Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/guest/list.html')
-rw-r--r--layouts/guest/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/guest/list.html b/layouts/guest/list.html
index e76415f..0721771 100644
--- a/layouts/guest/list.html
+++ b/layouts/guest/list.html
@@ -31,7 +31,7 @@
</div>
<div class= "col-md-6">
<h3><a href = "{{(printf "guest/%s" .File.BaseFileName) | absURL }}">{{ .Title }}</a></h3>
- <p>{{ .Content | markdownify }}</p>
+ <p>{{ .Content }}</p>
{{ with .Params.Website }}
<a href = "{{ . }}"><i class="fas fa-home fa-2x"></i></a>
{{ end }}