diff --git a/site/layouts/_partials/head.html b/site/layouts/_partials/head.html new file mode 100644 index 0000000..96c4de6 --- /dev/null +++ b/site/layouts/_partials/head.html @@ -0,0 +1,16 @@ + + + +{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} +{{- if .Description }} + +{{- end }} + +{{- $styles := slice "css/vars.css" "css/syntax.css" "css/main.css" "css/nav.css" -}} +{{- range $styles }} + {{- with resources.Get . }} + + {{- end }} +{{- end }} + +{{ $noop := .WordCount }}