Merge pull request #186 from haplo/ids-for-archives-and-authors-pages
Add id attribute to archives and authors pages
This commit is contained in:
commit
7a35b60aff
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue