Merge pull request #184 from haplo/ids-for-categories-and-tags-pages

Add id attribute to categories and tags pages
This commit is contained in:
Alexandre Vicenzi 2019-10-19 20:31:13 +02:00 committed by GitHub
commit 6caa5009f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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