From 2d43684cb48814d59a85ee0038f86fb8f00f114e Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Sun, 21 Apr 2024 16:33:32 -0400 Subject: [PATCH] added footer --- layouts/partials/site-footer.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 0fe6aa8..ee64064 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -3,6 +3,17 @@ © {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }} + {{ if .Site.Menus.footer}} + + {{ end }}
{{ partial "social-follow.html" . }}