]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - layouts/_default/list.html
Add projects section
[dujemihanovic.xyz.git] / layouts / _default / list.html
1 {{ define "main" }}
2 {{ .Content }}
3 {{ end }}
4
5 {{ define "footer" }}
6 <footer>
7 <p>If you appreciate my work and would like to donate, you can donate XMR to this address or use the QR code below.</p>
8 <p>85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx</p>
9 {{ $image := resources.Get "img/donate.png" }}
10 {{ with $image }}
11 <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="QR code for XMR donation">
12 {{ end }}
13 </footer>
14 {{ end }}