fix: spacing

This commit is contained in:
Cory Dransfeldt 2023-06-05 13:30:24 -07:00
parent 34092dfe91
commit 781a565358
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ layout: main
<article class="h-entry">
<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>
<time class="pt-2 pb-6 text-sm dt-published" datetime="{{ date }}">{{ date | date: "%m.%d.%Y" }}</time>
<time class="mt-2 mb-6 block text-sm dt-published" datetime="{{ date }}">{{ date | date: "%m.%d.%Y" }}</time>
<div class="p-summary hidden">{{ post_excerpt | markdown }}</div>
<div class="e-content prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full text-gray-800 dark:text-white">
{{ content }}