Rename ID of top of page to #top
This commit is contained in:
parent
b667b805ce
commit
4b3c712645
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" id="page-top">
|
||||
<html lang="en" dir="ltr" id="top">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</nav>
|
||||
{%- endif -%}
|
||||
|
||||
<p><a class="footer__top-link" href="#page-top">Back to Top</a></p>
|
||||
<p><a class="footer__top-link" href="#top">Back to Top</a></p>
|
||||
{%- include "global/top-btn.njk" %}
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in New Issue