aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/footer.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d291ddf..ea16fef 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,6 +9,18 @@
<i class="fa-solid fa-rss"></i>
</a>
{{ end }}
+
+
+ <ul class="ma0 pa0 list overflow-hidden avenir tc bb b--white-40">
+ {{ range .Site.Menus.footer }}
+ <li class="dib w3-hover-theme">
+ <a class="db f6 pa2 link near-white" href="{{ .URL }}"
+ >{{ .Name | safeHTML }}
+ </a>
+ </li>
+ {{ end }}
+ </ul>
+
{{ with .Site.GetPage "footer.md" }}
{{ .Content }}
{{ end }}