summaryrefslogtreecommitdiff
path: root/src/content.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 21:14:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-03 21:14:36 +0200
commita07e48f45e3b922a63aaae58b5bd816b8e324ee1 (patch)
treec2258783ecacc7005226acedc198ca332763e992 /src/content.hpp
parent549dffeef49ae25c89d4d1cc6c71c715edfb753f (diff)
downloadaCms-a07e48f45e3b922a63aaae58b5bd816b8e324ee1.tar.gz
aCms-a07e48f45e3b922a63aaae58b5bd816b8e324ee1.tar.bz2
started to add pages
Diffstat (limited to 'src/content.hpp')
-rw-r--r--src/content.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.hpp b/src/content.hpp
index ad8753d..5d9d504 100644
--- a/src/content.hpp
+++ b/src/content.hpp
@@ -4,5 +4,6 @@
#include "master_content.hpp"
#include "intro_content.hpp"
#include "user_content.hpp"
+#include "page_content.hpp"
#endif