Browse Source

fix: add missing <p> for Card view

George Cushen 6 years ago
parent
commit
f49b3f96e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/partials/li_card.html

+ 1 - 1
layouts/partials/li_card.html

@@ -62,7 +62,7 @@
 
   {{ with $summary }}
   <div class="article-style" itemprop="articleBody">
-    {{ . }}
+    <p>{{.}}</p>
   </div>
   {{ end }}