feat: add /podroll to nav menu, sort links alphabetically

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ricardo
2026-02-03 08:09:19 +01:00
parent eaf1a71757
commit e30200067c

View File

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