]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
More phone-friendly
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index a772c48004891aa9906b653c6b1cb5930fd8fd15..78033ff8fc925c6ce8ba04e938d33c37d04c64c6 100644 (file)
@@ -3,7 +3,7 @@
        <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>
@@ -17,7 +17,8 @@
                <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">
@@ -25,7 +26,7 @@
                        {{ $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>