cleanup
This commit is contained in:
parent
e8aebd7bd6
commit
92e1d49f90
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ layout: main
|
|||
{% include "header.liquid" %}
|
||||
|
||||
<h2 class="text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{title}}</h2>
|
||||
<div class="my-4 flex items-center text-sm">
|
||||
<div class="my-2 text-sm">
|
||||
{{ date | date: "%m.%d.%Y" }}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ pagination:
|
|||
{{ post.data.title }}
|
||||
</h2>
|
||||
</a>
|
||||
<div class="my-4 flex items-center text-sm">
|
||||
<div class="my-2 text-sm">
|
||||
{{ post.date | date: "%m.%d.%Y" }}
|
||||
</div>
|
||||
<p class="mt-0">{{ post.data.post_excerpt | markdown }}</p>
|
||||
|
|
Reference in a new issue