diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..fea2521 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,21 @@ + + + + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} + + {{ with .Params.description }} + + {{ else if .Site.Params.description }} + + {{ end }} + + + + + + + + + + {{ partial "styles.html" . }} +