redesign and major overhaul
[~bandali/bndl.org] / layouts / partials / footer-block.html
diff --git a/layouts/partials/footer-block.html b/layouts/partials/footer-block.html
deleted file mode 100644 (file)
index 02bccfc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ define "footer" }}
-{{ with .Site.Params.gnu_inside }}
-{{ if .enabled }}
-<div id="gnu-inside" style="position: absolute; top: 0px; right: 0px;">
-  <a href="{{ .url | relURL }}" style="border: none !important">
-    <img src="{{ (resources.Get "gnu-inside.png" | fingerprint).RelPermalink }}"
-         alt="GNU Inside!" title="GNU Inside!"/>
-  </a>
-</div>
-{{ end }}
-{{ end }}
-{{ end }}