diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..17ad99c --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,29 @@ + + + {{ .Title }} + + {{ "" | safeHTML }} + + + {{ with site.Params.author }} + + {{ end }} + {{ hugo.Generator }} + + {{ "" | safeHTML }} + {{ range site.Params.plugins.css }} + + {{ end }} + + {{"" | safeHTML }} + {{ $styles := resources.Get "css/style.css" | minify }} + + + {{"" | safeHTML}} + {{ $custom := resources.Get "css/custom.css" | minify }} + + + {{ "" | safeHTML }} + + + \ No newline at end of file