diff --git a/layouts/_default/list.atom b/layouts/_default/list.atom index 986e255..b90a475 100644 --- a/layouts/_default/list.atom +++ b/layouts/_default/list.atom @@ -1,6 +1,6 @@ - {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} A subtitle. @@ -26,9 +26,9 @@ {{ partial "copyright.html" . | html }} - {{ .Summary }} - - {{ .Content | html }} + {{ base64Encode .Summary }} + + {{ base64Encode .Content }} {{ .Site.Params.author }}