Skip to content
Snippets Groups Projects
Commit e4ba9ec3 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Shut up Hugo warning

This data doesn't seem to be read anywhere, but who knows...
parent 4ba00d7c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
{{ if not (.Scratch.Get "title") }}
{{ .Scratch.Add "title" "" }}{{ if isset .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}}
{{ .Scratch.Add "title" "" }}
{{ end }}
<title>DUNE - {{ .Scratch.Get "title" }}</title>
......
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