Clean up recent podcasts list
This commit is contained in:
@@ -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|
|
- listens.each do |listen|
|
||||||
div
|
div
|
||||||
a class="text-pink-800 dark:text-pink-100 no-underline hover:decoration-wavy hover:underline" href=listen.url
|
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"
|
table class="prose dark:prose-invert table-auto"
|
||||||
thead
|
thead
|
||||||
|
Reference in New Issue
Block a user