Lets make the frontpage in markdown too
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 38s

This commit is contained in:
2024-12-24 01:34:48 +01:00
parent 677867dbdd
commit 1ff4ae2b24
5 changed files with 20 additions and 15 deletions

View File

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