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

Alexander Bilz
4 days ago 79136dc9cd464d32ff37e90df09b97db64575f99
chore: fix remove plainify
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) -}}