Avoid anchor name conflict with introduction page

This commit is contained in:
EricFromCanada
2021-04-22 10:33:38 -04:00
parent c2fab68b85
commit d8f5d65e32

View File

@@ -12,7 +12,7 @@
<nav class="sidebar__nav">
<div class="sidebar__nav-interior">
{%- for section in sections -%}
<h3 class="section__header" id="{{ section }}">{{ section | capitalize }}</h3>
<h3 class="section__header" id="{{ section }}-section">{{ section | capitalize }}</h3>
<ul class="section__links">
{%- for item in site[section] -%}
@@ -30,4 +30,4 @@
</script>
{%- endif -%}
</nav>
</div>
</div>