ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<footer>
|
||||
<ul class="mylinks">
|
||||
{% for link in site.data.links %}
|
||||
<li><a href="{{ link.href }}" {{link.otherparams}}>{{ link.name }}</a></li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
{% assign image_files = site.static_files | where: "buttons", true %}
|
||||
{% for button in image_files %}
|
||||
{% if button.basename == "88x31" %}
|
||||
|
||||
{% if button.basename == "88x31" %}
|
||||
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="{{ button.path }}"></a>
|
||||
{% else %}
|
||||
<img src="{{ button.path }}">
|
||||
|
@@ -3,9 +3,7 @@
|
||||
<h2>my links:</h2>
|
||||
<p><a rel="me" href="https://blorbo.social/@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">
|
||||
|
Reference in New Issue
Block a user