posts
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s
This commit is contained in:
14
_includes/nav.html
Normal file
14
_includes/nav.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
{% for post in site.posts %}
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user