add button

This commit is contained in:
Tyler 2024-06-12 05:52:00 +01:00
parent 6c3eefe0f7
commit b5ad3acc65
2 changed files with 14 additions and 7 deletions

View File

@ -21,18 +21,18 @@
<h2 class="highlighted">articles</h2> <h2 class="highlighted">articles</h2>
<div id="articles"> <div id="articles">
{% for post in paginator.posts %} {% for post in paginator.posts %}
<div class="card"> <div class="card">
<img src="/assets/graphics/anon.png" alt="little face with sunglasses"> <img src="/assets/graphics/anon.png" alt="little face with sunglasses">
<a href="{{ post.url }}">{{ post.title }}</a> <a href="{{ post.url }}">{{ post.title }}</a>
<p>{{ post.date | date: "%d/%m/%y" }}</p> <p>{{ post.date | date: "%d/%m/%y" }}</p>
</div> </div>
{% endfor %} {% endfor %}
<div class="paginate"> <div class="paginate">
{% if paginator.previous_page %} {% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path }}">Previous</a> <a href="{{ paginator.previous_page_path }}">Previous</a>
{% endif %} {% endif %}
{% if paginator.next_page %} {% if paginator.next_page %}
<a href="{{ paginator.next_page_path }}">Next</a> <a href="{{ paginator.next_page_path }}">Next</a>
{% endif %} {% endif %}
</div> </div>
<p>or uhh just play <a href="https://github.com/shrapnelnet/libremines">minesweeper</a> :3</p> <p>or uhh just play <a href="https://github.com/shrapnelnet/libremines">minesweeper</a> :3</p>
@ -181,6 +181,13 @@
loading="lazy" loading="lazy"
/> />
</a> </a>
<a href="https://i330.dev" target="_blank" rel="noreferrer">
<img
src="/assets/buttons/i330.gif"
alt="i330s button !?!!!"
loading="lazy"
/>
</a>
</div> </div>
<h2 class="highlighted">webrings</h2> <h2 class="highlighted">webrings</h2>
<div class="flex-wrap"> <div class="flex-wrap">

BIN
assets/buttons/i330.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB