mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
23.46.2018 9b3f131a8de82125f6f577fb40e7df4443dcabcf
layouts/partials/head.html
@@ -3,7 +3,7 @@
<!-- SEO -->
<title>{{ .Title }}</title>
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}" />{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}" />{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}" />{{ end }}
<meta name="robots" content="index, follow" />
<meta name="referrer" content="always" />