diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f248dda..721fb3e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,29 +1,30 @@ - - {{ with .OutputFormats.Get "rss" }} - {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} - {{ end }} + - - + {{- with .OutputFormats.Get "rss" }} + {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} + {{ end }} - {{ if .Params.description -}} - - {{- end -}} + + - {{ if .Params.keywords -}} - - {{- end }} + {{ with (default .Site.Params.description .Params.description) -}} + + {{- end -}} - {{ $style := resources.Get "/sass/main.scss" | resources.ToCSS -}} - + {{ with .Params.keywords -}} + + {{- end }} - - {{- block "title" . }}{{ .Site.Title }}{{ end -}} - + {{ $style := resources.Get "/sass/main.scss" | resources.ToCSS -}} + + + + {{- block "title" . }}{{ .Site.Title }}{{ end -}} +