From 1327164a2d881ff79f27d181c0c639bcf9a7bfe0 Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Sat, 19 Oct 2019 20:22:39 +0000 Subject: [PATCH] Add id attribute to archives and authors pages This allows linking to these pages below the fold. --- templates/archives.html | 2 +- templates/authors.html | 2 +- templates/period_archives.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/archives.html b/templates/archives.html index 23df1e5..d3ff30e 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -4,7 +4,7 @@ {% block content %}
-

{{ _('Archives') }}

+

{{ _('Archives') }}

diff --git a/templates/authors.html b/templates/authors.html index 46f6bba..ee8449b 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -5,7 +5,7 @@ {% block content %}
-

{{ _('Authors') }}

+

{{ _('Authors') }}

    diff --git a/templates/period_archives.html b/templates/period_archives.html index 23df1e5..d3ff30e 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -4,7 +4,7 @@ {% block content %}
    -

    {{ _('Archives') }}

    +

    {{ _('Archives') }}