Move footer gifs onto it's own line

This commit is contained in:
Joshua Goins 2022-08-30 12:38:24 -04:00
parent dbf9900ce6
commit 099cd94e07

View file

@ -1,6 +1,7 @@
<footer> <footer>
Copyright (c) 2022. <a href="https://git.sr.ht/~redstrate/redstrate.com/tree/master/item/content/{{ .File.Path }}?view-source">View Source</a> Copyright (c) 2022. <a href="https://git.sr.ht/~redstrate/redstrate.com/tree/master/item/content/{{ .File.Path }}?view-source">View Source</a>
<div>
{{ with resources.Get "cc-by-nc-sa.gif" }} {{ with resources.Get "cc-by-nc-sa.gif" }}
<img src="{{ .Permalink }}"> <img src="{{ .Permalink }}">
{{ end }} {{ end }}
@ -8,4 +9,5 @@
{{ with resources.Get "rss-button.gif" }} {{ with resources.Get "rss-button.gif" }}
<img src="{{ .Permalink }}"> <img src="{{ .Permalink }}">
{{ end }} {{ end }}
</div>
</footer> </footer>