Files
neocities/_includes/nav.html
bvanroll 5fe686c1c8
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m9s
droppable?
2025-08-24 01:09:06 +02:00

17 lines
726 B
HTML

<div class="sidebar">
<h2>my links:</h2>
<p><a rel="me" href="https://mastodon.art/@beppe">Mastodon(my art will be here)</a></p>
<p><a href="https://steamcommunity.com/id/bvanroll/">steam</a></p>
<p><a href="https://listenbrainz.org/user/beppev/">listenbrainz</a></p>
<p><a href="https://letterboxd.com/beppev/">letterboxd</a></p>
<p><a href="https://myanimelist.net/profile/BeppeV">myanimelist</a></p>
<p><a href="https://git.beppe.online/beppe">gitea</a></p>
<a href="#" onclick="toggle(1);" >blogposts</a>
<ul class="submenu">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>