From 7b01dd8e4b1779e4c4dd782dbec87acce0f4754b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 19 Oct 2021 00:43:49 +0200 Subject: Added blog listing sorting and template checks. Signed-off-by: Toni Uhlig --- src/content/blog/Blog.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/blog/Blog.hpp') diff --git a/src/content/blog/Blog.hpp b/src/content/blog/Blog.hpp index a0e35b1..f577d69 100644 --- a/src/content/blog/Blog.hpp +++ b/src/content/blog/Blog.hpp @@ -40,7 +40,7 @@ public: static bool ValidateAndSetMetdadata(BlogMetadata const & blogMetadata, BlogEntry & blogEntry); bool ValidateEntries() const; - void GenerateBlogListing(RenderData & rd) const; + void GenerateBlogListing(RenderData & rd); private: std::string m_UriBasePath; -- cgit v1.2.3