Initial commit
This commit is contained in:
10
app/templates/shared/_post.html.slim
Normal file
10
app/templates/shared/_post.html.slim
Normal file
@@ -0,0 +1,10 @@
|
||||
div class="mb-8"
|
||||
h3 class="text-xl font-bold text-blue-600 hover:underline"
|
||||
a href="/post/#{post.slug}"
|
||||
= post.display_title
|
||||
div class="text-base text-gray-800 dark:text-gray-200"
|
||||
== post.excerpt
|
||||
== render :tags, tags: post.tags
|
||||
|
||||
p class="text-sm text-blue-400"
|
||||
= post.display_published_at
|
Reference in New Issue
Block a user