fix: spacing

This commit is contained in:
Cory Dransfeldt 2023-06-05 13:08:36 -07:00
parent 9382c6a1d7
commit c6a9cde75f
No known key found for this signature in database

View file

@ -7,8 +7,9 @@ layout: main
<h2 class="p-name text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{ title }}</h2>
<span class="p-author h-card hidden">{{ site.title }}</span>
<div class="mt-2 mb-6 text-sm flex flex-row items-center">
<time class="ml-1 dt-published" datetime="{{ date }}">{{ date | date: "%m.%d.%Y" }}</time> •
<a class="flex flex-row items-center mr-1" href="{{ backLinkData.uri }}">
<time class="ml-1 dt-published" datetime="{{ date }}">{{ date | date: "%m.%d.%Y" }}</time>
<span class="mx-1">•</span>
<a class="flex flex-row items-center" href="{{ backLinkData.uri }}">
<span class="ml-1">Originally shown on page {{ backLinkData.number }}</span>
</a>
</div>