redstrate.com/themes/retro/layouts/partials/footer.html

23 lines
781 B
HTML
Raw Normal View History

2023-07-04 21:14:10 -04:00
<hr>
2023-03-30 21:47:18 -04:00
<div id="f-badges">
{{ range $.Site.Menus.badges }}
{{ $badgeScope := . }}
{{ with resources.Get .URL }}
2023-10-29 15:20:14 -04:00
<img style="image-rendering: pixelated;" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}" alt="{{ $badgeScope.Name }}">
2023-03-30 21:47:18 -04:00
{{ end }}
{{ end }}
</div>
2023-07-04 21:14:10 -04:00
{{ range $.Site.Menus.footer }}
<p><a href="{{ .URL }}">{{ .Name }}</a></p>
{{ end }}
2023-03-30 21:47:18 -04:00
{{ with .Site.Params.geekring_site_id }}
2023-07-04 21:14:10 -04:00
<b>This site is a proud member of the geekring! Check some other geeky websites here!</b><br>
<a href="http://geekring.net/site/{{ . }}/previous">Previous site</a> --
<a href="http://geekring.net/site/{{ . }}/random">Random site</a> --
<a href="http://geekring.net/site/{{ . }}/next">Next site</a>
2023-03-30 21:47:18 -04:00
{{ end }}