added author name

This commit is contained in:
2022-04-19 14:58:24 +02:00
parent a0d9bd6932
commit c819e97c85
5 changed files with 9 additions and 5 deletions

View File

@@ -33,7 +33,8 @@
</div>
<div class="pl-3 flex flex-col text-xs leading-none uppercase">
<p class="text-gray-700">
<p class="text-gray-700 text-xs">{{ page.extra.author }}</p>
<p class="text-gray-700 text-xs">
<time datetime="{{ page.date }}"> {{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }}</time>
</p>
</div>

View File

@@ -25,10 +25,13 @@
class="w-8 h-8 rounded-full bg-gray-200 border-2 border-white"></li>
</ul>
</div>
<div class="flex text-xs leading-none uppercase">
<div class="flex flex-col text-xs leading-none uppercase">
<p class="text-gray-700 text-xs">{{ post.extra.author }}</p>
<p class="text-gray-700 text-xs">
<time datetime="{{post.date}}">
{{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
</time>
</p>
</div>
</div>
</div>