mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Avoid anchor name conflict with introduction page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user