diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 52668eb..7ba2168 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,17 +1,4 @@ -{{- if not (.Param "hideFooter") }} - -{{- end }} +{{- partial "footer_info.html" . }} {{- if (not site.Params.disableScrollToTop) }} diff --git a/layouts/partials/footer_info.html b/layouts/partials/footer_info.html new file mode 100644 index 0000000..0d41edc --- /dev/null +++ b/layouts/partials/footer_info.html @@ -0,0 +1,14 @@ +{{- if not (.Param "hideFooter") }} + +{{- end }}