Files
neocities/_includes/footer.html
bvanroll 61494fc1ec
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 54s
new test
2025-08-24 11:35:53 +02:00

14 lines
333 B
HTML

<footer>
{% assign image_files = site.static_files | where: "buttons", true %}
{% for button in image_files %}
{% if button.basename == "88x31" %}
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="{{ button.path }}"></a>
{% else %}
<img src="{{ button.path }}">
{% endif %}
{% endfor %}
</footer>