Remove unused site map class

This commit is contained in:
Helen Chong 2024-04-25 00:51:21 +08:00
parent 802559d825
commit ca69b2f147
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;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>

View File

@ -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>