From 4b959d0aa680ad12ef4989c1645db34c3cbb324f Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Tue, 26 Feb 2019 00:37:56 -0800 Subject: [PATCH] partials/footer: render a placeholder custom_footer.html --- exampleSite/layouts/partials/custom_footer.html | 3 +++ layouts/partials/custom_footer.html | 4 ++++ layouts/partials/footer.html | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 exampleSite/layouts/partials/custom_footer.html create mode 100644 layouts/partials/custom_footer.html 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" . }}