All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 54s
14 lines
333 B
HTML
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>
|
|
|
|
|