feat: use directory's own content field instead of README lookup
This commit is contained in:
parent
38a5056ff0
commit
41c7e0cdc3
1 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@
|
||||||
<span>This shouldn't happen, sorry!</span>
|
<span>This shouldn't happen, sorry!</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if post.readme.found %}
|
{{ post.post_content|markdown_to_html }}
|
||||||
{{ post.readme.post_content|markdown_to_html }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%endblock%}
|
{%endblock%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue