diff options
Diffstat (limited to 'theme/templates/article.html')
-rw-r--r-- | theme/templates/article.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/templates/article.html b/theme/templates/article.html index 23bf022..dd17efd 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -14,15 +14,15 @@ {% block pagetitle %} <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" - title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2> + title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a> {% endblock %} {% block content %} -<section id="content" class="body"> - <header> +{# <section id="content" class="body"> + <header> #} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} - </header> - <footer class="post-info"> +{# </header> + <footer class="post-info"> #} <div class="right_stuff"> <abbr class="published" title="{{ article.date.isoformat() }}"> {{ article.locale_date }} @@ -40,9 +40,9 @@ </address> {% endif %} </div> - </footer><!-- /.post-info --> +{# </footer><!-- /.post-info --> #} <div class="entry-content"> {{ article.content }} </div><!-- /.entry-content --> -</section> +{# </section> #} {% endblock %} |