Minor alterations to CMake to make macros more generic

This commit is contained in:
Rosia E Evans 2023-09-25 22:09:15 +01:00
parent 5925934122
commit ab326c9d54
6 changed files with 23 additions and 3 deletions

Binary file not shown.

View file

@ -11,7 +11,7 @@
#include "Page.h"
/*
* Class that builds blog pages, takes a template page to plut the blog-post in
* Class that builds blog pages, takes a template page to put the blog-post in
* along with an optional artifleIdentifier. The template is searched for this
* and the blog is placed after it.
*/