From d2533f8f5701cbbce3ef01e2d12ba63071df7b52 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 10:04:00 +0300 Subject: [PATCH] Use to organize link - count pages --- alchemy/templates/authors.html | 9 ++++++--- alchemy/templates/categories.html | 11 +++++++---- alchemy/templates/tags.html | 9 ++++++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/alchemy/templates/authors.html b/alchemy/templates/authors.html index c1c3c9f..cfa6dc5 100644 --- a/alchemy/templates/authors.html +++ b/alchemy/templates/authors.html @@ -9,9 +9,12 @@ Authors {% endblock %} {% block content %} -
{% for author, articles in authors|sort %} -
  • {{ author }} ({{ articles|count }})
  • + + + + {% endfor %} - +
    {{ author }}{{ articles|count }}
    {% endblock %} diff --git a/alchemy/templates/categories.html b/alchemy/templates/categories.html index 06dfa6c..cd33423 100644 --- a/alchemy/templates/categories.html +++ b/alchemy/templates/categories.html @@ -9,9 +9,12 @@ Categories {% endblock %} {% block content %} -