This commit is contained in:
2025-08-24 16:05:27 +02:00
parent 4bd53380d9
commit 7926c1b745
3 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<footer>
<div class="footerdiv">
<ul class="mylinks">
{% for link in site.data.links %}
<li>
@@ -22,6 +23,7 @@
<img src="{{ button.path }}">
{% endif %}
{% endfor %}
</div>
</footer>