add author taxonomy to blog posts

This commit is contained in:
timurgordon
2022-07-27 11:24:21 +02:00
parent a53e7bfa2a
commit 88625e8b96
80 changed files with 600 additions and 709 deletions

View File

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