]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/artinfo.html
made links make more sense on the article pages
[irc/freenode/web-7.0.git] / templates / artinfo.html
index 4e424beb849bdf974fba9f19a7d155896790238d..e8f10e93906dc3a53a3e21bcbf80851d1edd6fcb 100644 (file)
@@ -8,13 +8,13 @@
 {% macro nav(article) %}
 <div class="art-nav">
     {% if article.older -%}
-    <a href="{{ article.older.url }}">older</a>
+    <a href="{{ article.older.url }}">previous article</a>
     {%- else -%}
     <span></span>
     {%- endif -%}
-    <a href="{{ url_for("archive") }}">all</a>
+    <a href="{{ url_for("archive") }}">view archive</a>
     {%- if article.newer %}
-    <a href="{{ article.newer.url }}">newer</a>
+    <a href="{{ article.newer.url }}">next article</a>
     {%- else %}
     <span></span>
     {%- endif %}