diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 21794700..4a4a9e2d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,6 +8,6 @@
{{ block "main" . }}{{ end }}
- {{ partial "footer.html" . }} + {{ partial "footer/footer" . }} \ No newline at end of file diff --git a/layouts/partials/footer/custom.html b/layouts/partials/footer/custom.html new file mode 100644 index 00000000..e69de29b diff --git a/layouts/partials/footer.html b/layouts/partials/footer/footer.html similarity index 98% rename from layouts/partials/footer.html rename to layouts/partials/footer/footer.html index f3014759..6c59006c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer/footer.html @@ -34,4 +34,5 @@ {{- $opts := dict "minify" hugo.IsProduction -}} {{ $features := resources.Get "ts/features.ts" | js.Build $opts | fingerprint }} - \ No newline at end of file + +{{ partial "head/custom.html" . }} \ No newline at end of file