mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-09-19 08:05:45 +02:00
feat: add /podroll to nav menu, sort links alphabetically
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
eaf1a71757
commit
e30200067c
@@ -126,11 +126,12 @@
|
||||
<a href="{{ item.url }}">/{{ item.fileSlug }}</a>
|
||||
{% endfor %}
|
||||
<div class="nav-dropdown-divider"></div>
|
||||
<a href="/funkwhale/">/funkwhale</a>
|
||||
<a href="/github/">/github</a>
|
||||
<a href="/listening/">/listening</a>
|
||||
<a href="/funkwhale/">/funkwhale</a>
|
||||
<a href="/youtube/">/youtube</a>
|
||||
<a href="/news/">/news</a>
|
||||
<a href="/podroll/">/podroll</a>
|
||||
<a href="/youtube/">/youtube</a>
|
||||
</div>
|
||||
</div>
|
||||
{# Blog dropdown #}
|
||||
@@ -185,11 +186,12 @@
|
||||
<a href="{{ item.url }}">/{{ item.fileSlug }}</a>
|
||||
{% endfor %}
|
||||
<div class="mobile-nav-divider"></div>
|
||||
<a href="/funkwhale/">/funkwhale</a>
|
||||
<a href="/github/">/github</a>
|
||||
<a href="/listening/">/listening</a>
|
||||
<a href="/funkwhale/">/funkwhale</a>
|
||||
<a href="/youtube/">/youtube</a>
|
||||
<a href="/news/">/news</a>
|
||||
<a href="/podroll/">/podroll</a>
|
||||
<a href="/youtube/">/youtube</a>
|
||||
</div>
|
||||
</div>
|
||||
{# Blog section #}
|
||||
|
||||
Reference in New Issue
Block a user