Remove unused site map class
This commit is contained in:
parent
7e092b20f9
commit
0ac8f8933d
@ -4,7 +4,7 @@
|
||||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-24T16:42:22Z</updated>
|
||||
<updated>2024-04-24T16:50:44Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
@ -10,7 +10,7 @@ eleventyComputed:
|
||||
|
||||
{% set navPages = collections.all | eleventyNavigation %}
|
||||
{% macro renderNavListItem(entry) -%}
|
||||
<li{% if entry.url == page.url %} class="my-active-class"{% endif %}>
|
||||
<li>
|
||||
<a href="{{ entry.url }}">{{ entry.title }}</a>
|
||||
{%- if entry.children.length -%}
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user