aboutsummaryrefslogtreecommitdiff
path: root/src/content/blog/Blog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/blog/Blog.hpp')
-rw-r--r--src/content/blog/Blog.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content/blog/Blog.hpp b/src/content/blog/Blog.hpp
index f577d69..d99185a 100644
--- a/src/content/blog/Blog.hpp
+++ b/src/content/blog/Blog.hpp
@@ -16,6 +16,10 @@ struct blog_entry
std::string const metadata_filename;
std::string const content_filename;
+
+ std::string title;
+ std::vector<std::string> tags;
+ std::string author;
std::time_t createDate;
std::time_t publishDate;
bool published;