summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/listing.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flog/layouts/partials/listing.html')
-rw-r--r--themes/flog/layouts/partials/listing.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html
index 4c42879..31e5614 100644
--- a/themes/flog/layouts/partials/listing.html
+++ b/themes/flog/layouts/partials/listing.html
@@ -16,7 +16,9 @@
{{ end }}
<section class="card-content" itemprop="text">
<span class="card-title" itemprop="headline">{{ .Title }}</span>
- <p>{{ .Summary }}</p>
+ <div>
+ {{ .Summary }}
+ </div>
</section>
<div class="card-action">
<a href="{{ .RelPermalink }}">Weiterlesen…</a>