From ca7ca2218e07a24075cdc9d48e967cfdc2a3543b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:44:37 +0200 Subject: Improved Blog/Markdown URI base path handling. Signed-off-by: Toni Uhlig --- src/TemplateManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TemplateManager.hpp') diff --git a/src/TemplateManager.hpp b/src/TemplateManager.hpp index 1d98c50..0a2d626 100644 --- a/src/TemplateManager.hpp +++ b/src/TemplateManager.hpp @@ -3,6 +3,7 @@ #include "Content.hpp" #include "Filesystem.hpp" +#include "RequestResponse.hpp" #include @@ -21,7 +22,6 @@ public: bool RenderTemplate(std::string const & templatePath, RenderData const & rd, std::string & out); private: - inja::TemplateStorage m_Templates; inja::Environment m_Inja; }; -- cgit v1.2.3