mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
safe filter must be at the very end since zola 0.8.0
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{{ page.content | safe | replace(from="<!-- toc -->", to=macros::toc(toc=toc))}}
|
||||
{{ page.content | replace(from="<!-- toc -->", to=macros::toc(toc=toc)) | safe }}
|
||||
|
||||
<div class="post-footer-support">
|
||||
<h2>Support Me</h2>
|
||||
@@ -61,5 +61,3 @@
|
||||
</section>
|
||||
|
||||
{% endblock after_main %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user