Lets make the frontpage in markdown too
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled

This commit is contained in:
2024-12-29 04:34:15 +01:00
parent 95b6c1fa05
commit 0121662530
26 changed files with 341 additions and 547 deletions

View File

@@ -26,6 +26,7 @@
{% for favorite in data.favorites %}
<article>
<a href="/category/{{ favorite.path }}" class="image">
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height="20%" width="20%" />
</a>
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>