fix: spacing
This commit is contained in:
parent
34092dfe91
commit
781a565358
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue