Add id to page title

This commit is contained in:
Michael Rose
2018-03-20 12:38:54 -04:00
parent 5e60d2d3c5
commit 2463b55c4c
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ layout: default
<div class="archive">
{% unless page.header.overlay_color or page.header.overlay_image %}
<h1 class="page__title">{{ page.title }}</h1>
<h1 id="page-title" class="page__title">{{ page.title }}</h1>
{% endunless %}
{{ content }}