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

This commit is contained in:
2025-08-24 16:15:44 +02:00
parent 819f46a417
commit f9a6fae90e
2 changed files with 14 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
<footer>
<div class="footerdiv">
<h2 class="linkstitle">My links:</h2>
<ul class="mylinks">
{% for link in site.data.links %}
<li>
<li class="footerlinks">
<a href="{{ link.href }}" {{link.otherparams}}>
{% if link.img %}
<img src="{{ link.img }}" alt="{{ link.alt }}">