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, 2 insertions, 2 deletions
diff --git a/src/content/blog/Blog.hpp b/src/content/blog/Blog.hpp
index d99185a..d58cd72 100644
--- a/src/content/blog/Blog.hpp
+++ b/src/content/blog/Blog.hpp
@@ -38,9 +38,9 @@ public:
void Shutdown();
bool Render(RequestResponse & rr, RenderData & rd, std::string & out);
- std::string const & GetUriBasePath() const;
+ std::string & GetUriBasePath();
std::string const & GetMainTemplate() const;
- Redirections const & GetRedirections() const;
+ Redirections & GetRedirections();
static bool ValidateAndSetMetdadata(BlogMetadata const & blogMetadata, BlogEntry & blogEntry);
bool ValidateEntries() const;