diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-23 01:44:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-23 01:44:37 +0200 |
commit | ca7ca2218e07a24075cdc9d48e967cfdc2a3543b (patch) | |
tree | 69d0c5d6c0d064770a04b07faf005bc4fbbe7757 /src/TemplateManager.hpp | |
parent | 09f45879c2b2e63689265924cb700dee5f02f653 (diff) |
Improved Blog/Markdown URI base path handling.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/TemplateManager.hpp')
-rw-r--r-- | src/TemplateManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <inja/inja.hpp> @@ -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; }; |