pidgin/nest

Remove redundant, unused footline.

2019-08-19, Elliott Sales de Andrade
10994c9a2521
Parents d9a39e9756de
Children 5c032220f854
Remove redundant, unused footline.
--- a/hugo/layouts/partials/footline.html Mon Aug 19 01:58:29 2019 -0400
+++ b/hugo/layouts/partials/footline.html Mon Aug 19 02:06:10 2019 -0400
@@ -27,18 +27,6 @@
{{ partial "supporters.html" . }}
<div>
- {{ with .Site.Menus.footline }}
- <ul id="footline-columns">
- {{ range sort . "Weight" }}
- <li>
- {{ .Pre }}
- <a href="{{ .URL | absLangURL }}">{{ safeHTML .Name }}</a>
- {{ .Post }}
- </li>
- {{ end }}
- </ul>
- {{ end }}
-
{{ with .Site.Menus.shortcuts }}
<ul id="footline-columns">
{{ range sort . "Weight" }}