diff --git a/themes/fugu/layouts/index.xml b/themes/fugu/layouts/index.xml
index 3f7f337e..7b59a32a 100644
--- a/themes/fugu/layouts/index.xml
+++ b/themes/fugu/layouts/index.xml
@@ -21,7 +21,7 @@
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
-{{- .Content | html -}}
+ {{ .Summary | transform.XMLEscape | safeHTML }}
{{ end }}