mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 09:31:23 -04:00
@ -1,11 +1,11 @@
|
|||||||
{{ with .Description | plainify -}}
|
{{ with .Description | plainify | htmlUnescape -}}
|
||||||
{{ . -}}
|
{{ . -}}
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
{{ if .IsHome -}}
|
{{ if .IsHome -}}
|
||||||
{{ with .Site.Params.description | plainify -}}
|
{{ with .Site.Params.description | plainify | htmlUnescape -}}
|
||||||
{{ . -}}
|
{{ . -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
{{ .Summary | plainify | chomp -}}
|
{{ .Summary | plainify | htmlUnescape | chomp -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Reference in New Issue
Block a user