Update post.html

This commit is contained in:
akp 2025-04-22 13:41:06 +01:00
parent ca0a4d7f95
commit 8ad917cbf2

View file

@ -43,7 +43,7 @@
{% endif %}
</p>
{% if toc | length != 0 %}
{% if toc %}
{{ tc.render(toc) }}
{% endif %}
{% endblock %}