diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4b0c0f0..be5206b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,6 +1,6 @@ -{{/* {{ partial "head.html" . }} */}} +{{ partial "head.html" . }} {{/* {{ partial "header.html" . }} */}} {{/* {{ partial "debug.html" . }} */}} diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..a4cba11 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,14 @@ + + + + + + {{ with .OutputFormats.Get "RSS" }}{{ end }} + + + + {{ if ne hugo.Environment "production" }}{{ end }} + + {{/* {{ partial "social_metadata.html" . }} + {{ partial "style.html" . }} */}} +