diff --git a/layouts/partials/css.html b/layouts/partials/css.html new file mode 100644 index 0000000..7cb1cff --- /dev/null +++ b/layouts/partials/css.html @@ -0,0 +1,482 @@ + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f5b38c1..6b8c46d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,13 +7,14 @@ {{ .Site.Title }} {{ end }} +{{ partial "css.html" . }} {{ with .Site.Params.description }}{{ end }} - - - - - + + + + + {{ with .Site.Params.style }} @@ -30,7 +31,7 @@ ` | safeHTML }} - + {{ with .OutputFormats.Get "RSS" }} {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }}