diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index fdcd234..dbfddc4 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -2,4 +2,6 @@ {{ with .OutputFormats.Get "rss" }} {{ end }} + +{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}