diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 9b5bf1b..00df7ed 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -9,31 +9,27 @@ {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} +{{ partial "head/scripts.html" . }} -{{ if not .IsHome }} - - + + +{{- if .Description }} + - -{{ end }} -{{ if eq .Name "Contact" }} - - - -{{ end }} +{{- end }} +{{- if .Params.MetaKeywords }} + +{{- end }} +{{- if .Params.MetaAuthor }} + +{{- end }} + + + + + + diff --git a/layouts/_partials/head/scripts.html b/layouts/_partials/head/scripts.html new file mode 100644 index 0000000..10b7d59 --- /dev/null +++ b/layouts/_partials/head/scripts.html @@ -0,0 +1,2 @@ + + \ No newline at end of file