diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-23 03:58:35 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-23 03:58:35 +0200 |
commit | f8d857d13b8ee76d7b4a03a9572257d8060ba19e (patch) | |
tree | 067c1fea1f43cabee289454c79b1f316d04eaa74 /src/content/markdown/Markdown.hpp | |
parent | 47f09ad8fb52de7ee9ed6c63574ea2f77e314fa2 (diff) |
Removed EvHTTP chunked response support (for now).
* single blog post rendering
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/content/markdown/Markdown.hpp')
-rw-r--r-- | src/content/markdown/Markdown.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/markdown/Markdown.hpp b/src/content/markdown/Markdown.hpp index fe0d968..dfb6451 100644 --- a/src/content/markdown/Markdown.hpp +++ b/src/content/markdown/Markdown.hpp @@ -22,7 +22,7 @@ public: bool HasMarkdownFile(std::string filePath) const; bool HasMarkdownURI(std::string uriPath) const; - Markdowns const & GetMarkdowns() const; + Markdowns & GetMarkdowns(); std::shared_ptr<std::string> const & GetMarkdownHTML(std::string uriPath); private: |