change base url back to aminb.org
[~bandali/bndl.org] / layouts / partials / footer-block.html
CommitLineData
ba696547
AB
1{{ define "footer" }}
2{{ with .Site.Params.gnu_inside }}
3{{ if .enabled }}
4<div id="gnu-inside" style="position: absolute; top: 0px; right: 0px;">
5 <a href="{{ .url | relURL }}" style="border: none !important">
6 <img src="{{ (resources.Get "gnu-inside.png" | fingerprint).RelPermalink }}"
7 alt="GNU Inside!" title="GNU Inside!"/>
8 </a>
9</div>
10{{ end }}
11{{ end }}
12{{ end }}