Fix links in status posts

This commit is contained in:
Daniel Nitsikopoulos
2024-10-19 19:33:07 +11:00
parent a2e7b33363
commit 1bee7ecc68
3 changed files with 57 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ div class="mb-8 h-entry border border-gray-200 m-2 p-4 bg-gray-50 hover:bg-gray-
video class="rounded w-max" autoplay=false loop=false muted=true controls=true
source type="video/mp4" src="#{video["value"]}"
div class="mb-8"
p class="text-sm text-blue-400 dark:text-indigo-400"
p class="mt-4 text-sm text-blue-400 dark:text-indigo-400"
a class="u-url float-left mr-0 border-dotted border-b-2 border-blue-100 hover:border-blue-200 dark:border-indigo-900 dark:hover:border-indigo-800" href="#{post.permalink}"
time class="dt-published" datetime=post.machine_published_at
= post.display_published_at