Caching and styling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
div class="mb-8"
|
||||
h3 class="text-xl font-bold text-blue-600 hover:underline"
|
||||
a href="#{bookmark.url}"
|
||||
= "🔖 #{bookmark.name} "
|
||||
h3 class="text-xl font-bold text-blue-600 mb-2"
|
||||
a class="u-url border-b-2 border-transparent hover:border-blue-600 hover:border-b-2" href="#{bookmark.url}"
|
||||
= "#{bookmark.name} "
|
||||
== render("link_arrow")
|
||||
p class="e-content leading-relaxed md:text-lg text-gray-800 dark:text-gray-200"
|
||||
= bookmark.content
|
||||
|
@@ -1,6 +1,6 @@
|
||||
div class="mb-8 h-entry"
|
||||
h3 class="text-xl font-bold text-blue-600 hover:underline"
|
||||
a class="u-url" href="/post/#{post.slug}"
|
||||
h3 class="text-xl font-semibold text-blue-600 mb-2"
|
||||
a class="u-url border-b-2 border-transparent hover:border-blue-600 hover:border-b-2" href="/post/#{post.slug}"
|
||||
= post.display_title
|
||||
div class="e-content p-name text-base text-gray-800 dark:text-gray-200"
|
||||
== post.excerpt
|
||||
|
Reference in New Issue
Block a user