mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 08:44:56 +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:
@@ -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