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

title

parent 5e5cdd38
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
<title>{{.Site.Config.Services.RSS.Limit}} {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }}, {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo</generator>
......
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