aboutsummaryrefslogtreecommitdiff
path: root/src/content/blog/Blog.hpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-19 00:43:49 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-19 00:43:49 +0200
commit7b01dd8e4b1779e4c4dd782dbec87acce0f4754b (patch)
tree2e6268167fdddf209a6e8e161736f5e6aff6b7d3 /src/content/blog/Blog.hpp
parent51d9d23c99d77edad03e6425f3ab35a390156117 (diff)
Added blog listing sorting and template checks.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/content/blog/Blog.hpp')
-rw-r--r--src/content/blog/Blog.hpp2
1 files changed, 1 insertions, 1 deletions
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;