fix(components): replace initialization of components to prevent overrides
This commit is contained in:
parent
37a1551699
commit
8cbd097389
4 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
{% for item in get_taxonomy(kind="section") | get(key="items") %}
|
||||
<li class="msp-accordion-item">
|
||||
<a class="msp-accordion-header" href="{{ get_url(path="@/" ~ item.slug ~ "/_index.md") }}">{{ item.name |
|
||||
<a class="msp-accordion-header" href="#">{{ item.name |
|
||||
title
|
||||
}}</a>
|
||||
<div class="msp-accordion-collapse">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue