Clean up recent podcasts list

This commit is contained in:
2023-12-02 20:33:28 +11:00
parent e30200411c
commit 012f6e1cac

View File

@@ -10,7 +10,8 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
- listens.each do |listen|
div
a class="text-pink-800 dark:text-pink-100 no-underline hover:decoration-wavy hover:underline" href=listen.url
= "#{listen.podcast_name}: #{listen.title}"
strong = listen.title
span= " — #{listen.podcast_name}"
table class="prose dark:prose-invert table-auto"
thead