Add some cool gifs to the footer

This commit is contained in:
Joshua Goins 2022-08-30 12:31:52 -04:00
parent ed29eeff4e
commit dbf9900ce6
3 changed files with 8 additions and 0 deletions

BIN
assets/cc-by-nc-sa.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
assets/rss-button.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View file

@ -1,3 +1,11 @@
<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" }}
<img src="{{ .Permalink }}">
{{ end }}
{{ with resources.Get "rss-button.gif" }}
<img src="{{ .Permalink }}">
{{ end }}
</footer> </footer>