Add some cool gifs to the footer
This commit is contained in:
parent
ed29eeff4e
commit
dbf9900ce6
3 changed files with 8 additions and 0 deletions
BIN
assets/cc-by-nc-sa.gif
Normal file
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
BIN
assets/rss-button.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 567 B |
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue