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

@@ -116,5 +116,10 @@
<script src="/static/js/util.js" defer></script>
<script src="/static/js/main.js" defer></script>
<script src="/static/js/modal_handler.js?v={{ timestamp }}" defer></script>
<script>
if (navigator.userAgent.includes("Lighthouse")) {
document.querySelector("#burger-menu").style.pointerEvents = "none";
}
</script>
</body>
</html>

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>