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

@ -11,7 +11,7 @@
</aside>
<header>
<h3 class="text-lg font-bold mb-1 md:text-3xl">
<a rel="prefetch" href="/blog/{{post.slug}}" class="text-blue-950 no-underline">{{post.metadata.title}}</a>
<a rel="prefetch" href="/blog/{{post.slug}}" class="text-blue-950 visited:text-purple-700 no-underline">{{post.metadata.title}}</a>
</h3>
</header>
<section class="text-base leading-5 text-slate-800 md:text-xl text-justify">{{post.body|description_filter|safe}}</section>