Explorar o código

fix: add missing <p> for Card view

George Cushen %!s(int64=6) %!d(string=hai) anos
pai
achega
f49b3f96e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}