Browse Source

Move next and previous articles section below comments section

Close #23
Talha Mansoor 10 years ago
parent
commit
d91bcd06f5
2 changed files with 2 additions and 2 deletions
  1. 2 1
      templates/article.html
  2. 0 1
      templates/comments.html

+ 2 - 1
templates/article.html

@@ -38,7 +38,9 @@
             {% endif %}
 
             {{ article.content }}
+            {% include 'comments.html' %}
             <aside>
+            <hr/>
             {% for an_article in dates %}
             {% if an_article.url == article.url %}
             {% set index = loop.index0 %}
@@ -73,7 +75,6 @@
             {% endif %}
             {% endfor %}
             </aside>
-            {% include 'comments.html' %}
         </div>
         <section>
         <div class="span2" style="float:right;font-size:0.9em;">

+ 0 - 1
templates/comments.html

@@ -1,7 +1,6 @@
 {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
 <section>
 {% if COMMENTS_INTRO %}
-<hr/>
 <p id="comment-message">{{ COMMENTS_INTRO }} </p>
 {% endif %}
 <div class="accordion" id="accordion2">