2022-11-03 15:13:15 -04:00
|
|
|
<div id="f-badges">
|
|
|
|
{{ with resources.Get "by-nc-sa.webp" }}
|
|
|
|
<img height="15" src="{{ .Permalink }}" alt="CC NC SA">
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ with resources.Get "rssbanner.webp" }}
|
|
|
|
<img height="15" src="{{ .Permalink }}" alt="RSS Feed">
|
|
|
|
{{ end }}
|
2022-08-30 12:31:52 -04:00
|
|
|
|
2022-11-03 15:13:15 -04:00
|
|
|
{{ with resources.Get "gentoo-badge2.webp" }}
|
|
|
|
<img height="15" src="{{ .Permalink }}" alt="Powered by Gentoo">
|
2022-09-08 17:36:01 -04:00
|
|
|
{{ end }}
|
2022-08-30 12:31:52 -04:00
|
|
|
|
2022-11-03 15:13:15 -04:00
|
|
|
{{ with resources.Get "nerv_button.webp" }}
|
|
|
|
<img height="15" src="{{ .Permalink }}" alt="Evangelion">
|
2022-09-08 17:36:01 -04:00
|
|
|
{{ end }}
|
|
|
|
</div>
|
2022-11-03 15:13:15 -04:00
|
|
|
|
|
|
|
<div id="f-list">
|
|
|
|
<a href="/blog/index.xml">RSS Feed</a>
|
|
|
|
|
|
|
|
<a href="/license">License</a>
|
|
|
|
|
|
|
|
<a href="/imprint">Imprint</a>
|
|
|
|
|
|
|
|
<a href="https://git.sr.ht/~redstrate/redstrate.com/tree/master/item/content/{{ .File.Path }}?view-source">Source</a>
|
|
|
|
</div>
|
|
|
|
|