Skip to content
Snippets Groups Projects
Commit 9eaec473 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

cdata

parent cecc0ed6
No related branches found
Tags v7.3.11
No related merge requests found
......@@ -43,7 +43,11 @@
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }}, {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
{{ with .Summary }}
<description>{{ . }}</description>
<description>
{{- printf "<![CDATA[" | safeHTML -}}
{{ . }}
{{- printf "]]>" | safeHTML -}}
</description>
{{ end }}
<generator>Hugo</generator>
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment