<head>
{{ partial "meta.html" . }}
{{ $style := resources.Get "css/style.css" | resources.Minify }}
- <link rel="stylesheet" href="{{ $style.Permalink }}">
+ <link rel="stylesheet" href="{{ $style.Permalink }}?v=1.0.0">
<!-- I'm a brainlet and don't know how to properly fetch another page's feed. If you know, please tell me. -->
<link rel="alternate" type="application/rss+xml" href="{{ $.Site.BaseURL }}posts/index.xml" title="Blog | Duje Mihanović's Site">
</head>
<br>
<footer>
<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>
- <p>85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx</p>
+ <code>85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx</code>
+ <p></p>
{{ $image := resources.Get "img/donate.png" }}
{{ with $image }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="QR code for XMR donation">
{{ $image := resources.Get "img/rss.svg" }}
<p></p>
<!-- See comment above. -->
- <a href="{{ $.Site.BaseURL }}posts/index.xml"><img src="{{ $image.RelPermalink }}" width="32px" alt="Link to RSS feed"></a>
+ <a href="{{ $.Site.BaseURL }}posts/index.xml"><img src="{{ $image.RelPermalink }}" width="32px" height="32px" alt="Link to RSS feed"></a>
</footer>
</body>
</html>