Add id attribute to archives and authors pages

This allows linking to these pages below the fold.
This commit is contained in:
Fidel Ramos 2019-10-19 20:22:39 +00:00
parent 6caa5009f9
commit 1327164a2d
No known key found for this signature in database
GPG key ID: 64490E0A752C21C4
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
{% block content %} {% block content %}
<article class="single"> <article class="single">
<header> <header>
<h1>{{ _('Archives') }}</h1> <h1 id="archives">{{ _('Archives') }}</h1>
</header> </header>
<div> <div>
<dl> <dl>

View file

@ -5,7 +5,7 @@
{% block content %} {% block content %}
<article class="single"> <article class="single">
<header> <header>
<h1>{{ _('Authors') }}</h1> <h1 id="authors">{{ _('Authors') }}</h1>
</header> </header>
<div> <div>
<ul class="list"> <ul class="list">

View file

@ -4,7 +4,7 @@
{% block content %} {% block content %}
<article class="single"> <article class="single">
<header> <header>
<h1>{{ _('Archives') }}</h1> <h1 id="archives">{{ _('Archives') }}</h1>
</header> </header>
<div> <div>
<dl> <dl>