Fix "Back to Top" links

Pages that use header overlays were missing `#page-title` anchors on the `<h1>` element.
This commit is contained in:
Michael Rose
2018-05-08 10:40:42 -04:00
parent cc2793fddc
commit fa0acf455f
3 changed files with 18 additions and 2 deletions

View File

@ -35,7 +35,7 @@
>
{% if page.header.overlay_color or page.header.overlay_image %}
<div class="wrapper">
<h1 class="page__title" itemprop="headline">
<h1 id="page-title" class="page__title" itemprop="headline">
{% if paginator and site.paginate_show_page_num %}
{{ site.title }}{% unless paginator.page == 1 %} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}
{% else %}