From 913134c195583d893ceb4d00ae7581d54fb28554 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 3 Aug 2015 19:38:20 +0200 Subject: sleepmap-theme/templates/article.html: Moving include of post-info to correct position (outside of entry-content div). Adding hentry class to article to streamline the design further. --- sleepmap-theme/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sleepmap-theme') 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 %}
-
+

{{ article.title }}

{% include 'twitter.html' %}
- {% include 'article_infos.html' %} {{ article.content }}
+ {% include 'article_infos.html' %} {% if DISQUS_SITENAME %}

Comments !

-- cgit v1.2.3-54-g00ecf