Rename ID of top of page to #top

This commit is contained in:
Helen Chong 2024-06-11 02:12:16 +08:00
parent b667b805ce
commit 4b3c712645
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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>