diff --git a/layouts/partials/footer-custom.html b/layouts/partials/footer-custom.html new file mode 100644 index 0000000..3c5c0b3 --- /dev/null +++ b/layouts/partials/footer-custom.html @@ -0,0 +1 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c1ad74b..198071a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,3 +9,5 @@ {{ .Name }} {{ end }}

+ +{{ partial "footer-custom.html" . }}