From c11530bbe2f116c85cc3466c8604b2ec7559fdcb Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Sat, 19 Oct 2019 17:18:14 +0000 Subject: [PATCH] Add id attribute to categories and tags pages This allows linking to these pages below the fold. --- templates/categories.html | 2 +- templates/tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/categories.html b/templates/categories.html index 9b7f29c..a963c24 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -5,7 +5,7 @@ {% block content %}
-

{{ _('Categories') }}

+

{{ _('Categories') }}

    diff --git a/templates/tags.html b/templates/tags.html index df36fda..16a6e83 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -5,7 +5,7 @@ {% block content %}
    -

    {{ _('Tags') }}

    +

    {{ _('Tags') }}