droppable?
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m9s

This commit is contained in:
2025-08-24 01:09:06 +02:00
parent 9b2ef97307
commit 5fe686c1c8
5 changed files with 23 additions and 2 deletions

View File

@@ -6,9 +6,11 @@
<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 %}
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>