new article: nix and layout changes
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
|
||||
<div class="flex flex-col">
|
||||
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="{{ post.permalink }}">{{ post.title }}</a></h3>
|
||||
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}</time>
|
||||
<span class="text-sm text-grey italic">{{ post.description }}</span>
|
||||
<span class="text-sm text-grey italic">{{ post.description }}</span>
|
||||
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}, By {{ post.authors[0] }}</time>
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user