diff options
Diffstat (limited to 'sleepmap-theme')
-rw-r--r-- | sleepmap-theme/templates/article.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sleepmap-theme/templates/article.html b/sleepmap-theme/templates/article.html index 1d869c0..775e206 100644 --- a/sleepmap-theme/templates/article.html +++ b/sleepmap-theme/templates/article.html @@ -2,14 +2,14 @@ {% block title %}{{ article.title|striptags }}{% endblock %} {% block content %} <section id="content" class="body"> -<article> +<article class="hentry"> <header> <h1 class="entry-title"><a href="{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1> {% include 'twitter.html' %} </header> <div class="entry-content"> - {% include 'article_infos.html' %}<!-- /.post-info --> {{ article.content }} </div><!-- /.entry-content --> + {% include 'article_infos.html' %}<!-- /.post-info --> {% if DISQUS_SITENAME %} <div class="comments"> <h2>Comments !</h2> |