From 40b493c9b646666dc7b989129585d26207adbc31 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 21 Nov 2016 17:22:46 -0800 Subject: [PATCH] Fix footer in all pages. Signed-off-by: David Calavera --- site/layouts/incidents/single.html | 3 ++- site/layouts/partials/footer.html | 2 +- site/layouts/section/incidents.html | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/layouts/incidents/single.html b/site/layouts/incidents/single.html index 51619ce..fc3d6cd 100644 --- a/site/layouts/incidents/single.html +++ b/site/layouts/incidents/single.html @@ -1,4 +1,5 @@ {{ partial "header" . }} {{ partial "incident" . }} - + +{{ partial "footer" . }} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index dc90056..9e14e01 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,6 +1,6 @@ + +{{ partial "footer" . }}