]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Uodate 12/head
authorSvante Bengtson <redacted>
Tue, 23 Feb 2016 22:32:13 +0000 (23:32 +0100)
committerSvante Bengtson <redacted>
Tue, 23 Feb 2016 22:32:13 +0000 (23:32 +0100)
templates/article.html
templates/index.html

index 771b79549971a1ddb328722a2c45f665531e85e1..a9febc116ef63ed9bbf5c5b67845fc440e4448f5 100644 (file)
@@ -4,14 +4,12 @@
     <p><b class="art">{{ article.title }}</b>&nbsp;
     <span class="art-date">{{ article.datetime }} by {{ article.author }}</span></p>
     <p class="art-ingress">{{ article.content }}</p>
-    {#
     <p class="art-links">
+    {#
         <a href="{{ next }}">Next</a>&nbsp;
         <a href="{{ previous }}">Previous</a>&nbsp;
-        <a href="{{ archive }}">Archive</a>&nbsp;
-    </p>
-    #}
-    <a href="{{ url_for("archive.html") }}" class="art-link"><i class="fa fa-rss"></i>
-                News Archive</a>
+        #}
+        <a href="{{ url_for("archive.html") }}">Archive</a>&nbsp;
+        </p>
 </div>
 {% endblock content %}
index 4091c5e93e82bb9fb3f3327534f83529c650b60a..530705e41f62460d78c70b0cc1c30088563033f2 100644 (file)
@@ -23,8 +23,6 @@
     <p class="art-links">
         <a href="{{ next }}">Next</a>&nbsp;
         <a href="{{ previous }}">Previous</a>&nbsp;
-        <a href="{{ archive }}">Archive</a>&nbsp;
-    </p>
     #}
     {% endwith %}
     <a href="{{ url_for("archive.html") }}" ckass="art-link"><i class="fa fa-rss"></i>