diff --git a/exampleSite/layouts/partials/custom_footer.html b/exampleSite/layouts/partials/custom_footer.html new file mode 100644 index 0000000..4933c9c --- /dev/null +++ b/exampleSite/layouts/partials/custom_footer.html @@ -0,0 +1,3 @@ + diff --git a/layouts/partials/custom_footer.html b/layouts/partials/custom_footer.html new file mode 100644 index 0000000..1d1abe3 --- /dev/null +++ b/layouts/partials/custom_footer.html @@ -0,0 +1,4 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9efe999..6a49495 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,3 +13,6 @@ + + +{{ partial "custom_footer.html" . }}