Add skip links

Close #2182
This commit is contained in:
Michael Rose
2019-06-10 19:31:59 -04:00
parent 14adf5c9ef
commit 1436671500
6 changed files with 144 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
</head>
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
{% include_cached skip-links.html %}
{% include_cached browser-upgrade.html %}
{% include_cached masthead.html %}
@@ -29,7 +29,7 @@
</div>
{% endif %}
<div class="page__footer">
<div id="footer" class="page__footer">
<footer>
{% include footer/custom.html %}
{% include_cached footer.html %}