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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index ef29d79..486e59f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -59,12 +59,10 @@
<div class="post__content">
<h3><a href="{{ .RelPermalink }}">{{ upper .Title }}</a></h3>
{{ if .Site.Params.fullPostContent }}
- {{ .Content }}
-
+ <p>{{ .Content | markdownify }}</p>
{{ else }}
- {{ .Summary }}
-
+ <p>{{ .Summary | markdownify }}</p>
{{ end }}
<!-- add read more -->