parent
bcdbdfab29
commit
4a543742f7
8 changed files with 7 additions and 80 deletions
|
@ -1,6 +1,6 @@
|
|||
{%- capture pageUrl %}/{{ link | downcase }}/{% endcapture -%}
|
||||
{% if pageUrl contains page.fileSlug and page.fileSlug %}
|
||||
<span class="active {{ class }}" aria-current="page">
|
||||
<span class="active" aria-current="page">
|
||||
{% if icon %}
|
||||
{% tablericon icon link %}
|
||||
{% else %}
|
||||
|
@ -9,7 +9,7 @@
|
|||
</span>
|
||||
{% else %}
|
||||
{% if icon %}
|
||||
<a class="{{ icon | downcase }} {{ class }}" href="/{{ link | downcase }}">
|
||||
<a class="{{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
{% tablericon icon link %}
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
Reference in a new issue