Contact page favicon
Some checks failed
test / cargo test (push) Failing after 1m3s

This commit is contained in:
2024-09-20 12:35:30 +02:00
parent 377aee315e
commit 52bd4e5590
13 changed files with 127 additions and 42 deletions

View File

@ -1,4 +1,4 @@
<article class="border rounded-md bg-white m-4 p-4 break-inside-avoid">
<section class="border rounded-md bg-white m-4 p-4 break-inside-avoid">
<header class="px-4 mb-3">
<h2 class="text-xl font-semibold text-blue-900 md:text-2xl">
{% match project.metadata.link %}
@ -46,4 +46,4 @@
{% endfor %}
</ul>
</footer>
</article>
</section>