Don't make post description italicized

This commit is contained in:
hedy 2024-04-10 21:14:12 +08:00
parent 70a557b3fd
commit db72daf150
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<header id="post-header">
<h1 itemprop="name headline" class="p-name">{{ .Title }}</h1>
{{ with .Description -}}
<div class="post-description"><p><em>{{ . }}</em></p></div>
<div class="post-description"><p>{{ . }}</p></div>
{{- end }}
<div class="post-meta">
<p>Posted on