Move footer gifs onto it's own line
This commit is contained in:
parent
dbf9900ce6
commit
099cd94e07
1 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
||||||
<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>
|
||||||
|
|
||||||
{{ with resources.Get "cc-by-nc-sa.gif" }}
|
<div>
|
||||||
<img src="{{ .Permalink }}">
|
{{ with resources.Get "cc-by-nc-sa.gif" }}
|
||||||
{{ end }}
|
<img src="{{ .Permalink }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ with resources.Get "rss-button.gif" }}
|
{{ with resources.Get "rss-button.gif" }}
|
||||||
<img src="{{ .Permalink }}">
|
<img src="{{ .Permalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue