cleanup
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 28s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 28s
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user