diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bb2e8f8..088cf51 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,5 +7,6 @@ {{ partial "footer/script.html" . }} {{ partial "footer/style.html" . }} + {{ partial "footer/custom.html" . }} diff --git a/layouts/partials/footer/custom.html b/layouts/partials/footer/custom.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/head.html b/layouts/partials/head.html index babb16e..e79c929 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,4 +21,6 @@ {{- $favicon := $logo.Resize "32x" -}} {{- end -}} + + {{ partial "head/custom.html" . }} \ No newline at end of file diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html new file mode 100644 index 0000000..e69de29