diff --git a/www/templates/post_types/directory.html b/www/templates/post_types/directory.html index d8d2c43..5fa62fc 100644 --- a/www/templates/post_types/directory.html +++ b/www/templates/post_types/directory.html @@ -38,8 +38,6 @@ This shouldn't happen, sorry! {% endif %} - {% if post.readme.found %} - {{ post.readme.post_content|markdown_to_html }} - {% endif %} + {{ post.post_content|markdown_to_html }} {%endblock%}