diff --git a/layouts/_partials/end.html b/layouts/_partials/end.html new file mode 100644 index 0000000..625beeb --- /dev/null +++ b/layouts/_partials/end.html @@ -0,0 +1 @@ +{{- partial "custom/end.html" -}} \ No newline at end of file diff --git a/layouts/baseof.html b/layouts/baseof.html index d97e3c7..fbc8c7c 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -8,6 +8,7 @@ {{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }} {{ partial "footer.html" . }} {{ end }} + {{ partial "end.html" .}} {{ partial "scripts.html" . }}