feat: use directory's own content field instead of README lookup

This commit is contained in:
David Bailey 2023-12-13 10:22:49 +01:00
parent 38a5056ff0
commit 41c7e0cdc3

View file

@ -38,8 +38,6 @@
<span>This shouldn't happen, sorry!</span>
{% endif %}
{% if post.readme.found %}
{{ post.readme.post_content|markdown_to_html }}
{% endif %}
{{ post.post_content|markdown_to_html }}
{%endblock%}