From dc214056449119b29ad7b19b8d47e81b343ff453 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 28 Apr 2013 19:54:45 +0200 Subject: Updated theme and templates Updated to pelican 3.2 --- theme/templates/article.html | 52 +++++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 25 deletions(-) (limited to 'theme/templates/article.html') diff --git a/theme/templates/article.html b/theme/templates/article.html index 1328834..044c386 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -3,38 +3,40 @@ {% block title %}{{ SITENAME }} - {{ article.title |striptags }}{% endblock %} {% block content %} -
-

{{ article.title }}

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

Commentaires :

+
+ +
+ {% endif %} -
+ {% if article.related_posts and article.related_posts %} - {% if DISQUS_SITENAME %} -
-

Commentaires :

-
- -
- {% endif %} +

À lire aussi :

-{# - {% if article.related_posts %} {% endif %} -#} + {% endblock %} -- cgit v1.2.3