pidgin/nest

c3b3dcf494c8
Add a bunch of shortcodes to make life easier.

These will need to be abstracted a bit to handle other stuff like libgnt,
gplugin, talkatu, etc, but this is way easier to deal with than it was.

Testing Done:
Ran locally and verified all of the Sourceforge links are working.

Reviewed at https://reviews.imfreedom.org/r/557/
<footer id="footline">
<div class="footline-block">
{{ with $.Lastmod }}
Modified {{ .Format "2006-01-02" }}
{{ else }}
{{ T "Last-Modified-Not-Found" }}
{{ end }}
</div>
<div class="footline-block footline-old-site-info">
{{ if .Params.replaces }}
This page was migrated from the old sites. This is what it replaces:
{{ partial "replaces-list.html" . }}
{{ else }}
To see content from the old wiki visit a
<a href="https://old.pidgin.im" rel="nofollow">
old.pidgin.im
</a>
{{ end }}
</div>
{{ with .Site.Menus.shortcuts }}
<ul class="footline-block footline-columns">
{{ range sort . "Weight" }}
<li>
{{ .Pre }}
<a {{ printf "href=%q" .URL | safeHTMLAttr }}>{{ safeHTML .Name }}</a>
{{ .Post }}
</li>
{{ end }}
</ul>
{{ end }}
<div class="footline-block">
{{ partial "supporters.html" . }}
</div>
<ul class="footline-block footline-columns copyright-text">
<li>
&copy; Pidgin
</li>
<li>
{{ T "Content" }} - GPL3
</li>
<li>
<a href="https://github.com/matcornic/hugo-theme-learn">{{ T "Theme" }}</a> - MIT
</li>
</ul>
</footer>