diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html index fb8d28b..9eb3444 100644 --- a/templates/post.html +++ b/templates/post.html @@ -16,9 +16,9 @@ <h1>{{ post.get_title() }}</h1> </section> -<section class="quiet"> +<section> <article> {{ post.get_article()|markdown }} </article> </section> -{% endblock %} +{% endblock %}
\ No newline at end of file |