diff --git a/tailwind.config.js b/tailwind.config.js index 15939e7..d19b819 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,5 +4,4 @@ module.exports = { theme: { extend: {}, }, - plugins: [], }; diff --git a/themes/gallo/layouts/_default/baseof.html b/themes/gallo/layouts/_default/baseof.html index c6accf6..44a9845 100644 --- a/themes/gallo/layouts/_default/baseof.html +++ b/themes/gallo/layouts/_default/baseof.html @@ -1,9 +1,10 @@ - + {{ partial "head.html" . }}
- {{ partial "nav.html" . }} {{ block "main" . - }}{{ end }} {{ partial "footer.html" . }} + {{ partial "nav.html" . }} {{ block "main" . }}{{ end }} {{ partial + "footer.html" . }} + diff --git a/themes/gallo/layouts/partials/head.html b/themes/gallo/layouts/partials/head.html index a68b2d7..3aabdb0 100644 --- a/themes/gallo/layouts/partials/head.html +++ b/themes/gallo/layouts/partials/head.html @@ -1,9 +1,12 @@ - - - - - {{ $title := print .Site.Title " | " .Title }} - {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} -