diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-22 17:18:20 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-22 17:18:20 +0200 |
| commit | 9a357875fd1b6ea1b8e7f3ca8f74398c110228f5 (patch) | |
| tree | bf2597842a2962a695e9bcbdbcd769351ef4450c /themes/flog/layouts/partials/listing.html | |
| parent | 95d05f6aa7804d44a959c2842d828067e77c1167 (diff) | |
| download | pragblog-9a357875fd1b6ea1b8e7f3ca8f74398c110228f5.tar.gz pragblog-9a357875fd1b6ea1b8e7f3ca8f74398c110228f5.zip | |
fix paragraphs
Diffstat (limited to 'themes/flog/layouts/partials/listing.html')
| -rw-r--r-- | themes/flog/layouts/partials/listing.html | 4 |
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> |
