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>