summaryrefslogtreecommitdiff
path: root/themes/conspiracy
diff options
context:
space:
mode:
Diffstat (limited to 'themes/conspiracy')
-rw-r--r--themes/conspiracy/layouts/_partials/card.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/conspiracy/layouts/_partials/card.html b/themes/conspiracy/layouts/_partials/card.html
index 21eeebf..b158e59 100644
--- a/themes/conspiracy/layouts/_partials/card.html
+++ b/themes/conspiracy/layouts/_partials/card.html
@@ -3,7 +3,7 @@
{{- if and .Date (not (isset (index .Ancestors 0).Params "hide_date")) }}<strong>{{ .Date.Format "2006-01-02" }}</strong>{{- end }}
<div class="summary">
- {{ .Summary | safeHTML }}
+ {{ .Summary }}
<a href="{{ .Permalink }}">Read more</a>
</div>