mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
3 days ago 2398b2603eb7ab0c1ee174ccc146137096d8bba6
chore: fix remove plainify (#597)
1 files modified
4 ■■■■ changed files
layouts/index.html 4 ●●●● patch | view | raw | blame | history
layouts/index.html
@@ -55,9 +55,9 @@
          <h3><a href="{{ .RelPermalink }}">{{ upper .Title }}</a></h3>
        {{ end }}
        {{ if .Site.Params.fullPostContent }}
          <p>{{ .Content | safeHTML | plainify }}</p>
          <p>{{ .Content | safeHTML }}</p>
        {{ else }}
          <p>{{ .Summary | safeHTML | plainify }}</p>
          <p>{{ .Summary | safeHTML }}</p>
        {{ end }}
        <!-- add read more -->
        {{- if and (.Truncated) (.Site.Params.readMore) -}}