cleanup
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 28s

This commit is contained in:
2025-08-24 16:40:44 +02:00
parent 470fc6a948
commit 77de4035db
2 changed files with 5 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
<footer>
<div class="footerdiv">
<h2 class="linkstitle">My links:</h2>
<p>mylinks:</p>
<ul class="mylinks">
{% for link in site.data.links %}
<li class="footerlinks">
@@ -15,15 +15,18 @@
{% endfor %}
</ul>
<ul class="mybuttons">
{% assign image_files = site.static_files | where: "buttons", true %}
{% for button in image_files %}
<li class="button">
{% if button.basename == "88x31" %}
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="{{ button.path }}"></a>
{% else %}
<img src="{{ button.path }}">
{% endif %}
</li>
{% endfor %}
</ul>
</div>
</footer>