]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Small site revamp
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index b3e08ca143fcea32bebd3551b5f5f5884a7f6507..7d840dbc09a0c1087878d253317f7a4a8e70ceeb 100644 (file)
@@ -3,7 +3,7 @@
        <head>
                {{ partial "meta.html" . }}
                {{ $style := resources.Get "css/style.css" | resources.Minify }}
-               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.0">
+               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.2">
                {{ $index := $.Site.GetPage "/" }}
                {{ range $index.AlternativeOutputFormats }}
                {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
                        {{ block "main" . }}
                        {{ end }}
                </main>
-               <br>
                <footer>
-                       <center>
-                       <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>
-                       <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">
-                       {{ end }}
-                       {{ $image := resources.Get "img/rss.svg" }}
-                       <p></p>
                        {{ with $index.OutputFormats.Get "RSS" }}
-                       {{ printf `<a href="%s"><img src="%s" width="32" height="32" alt="Link to RSS feed"></a>` .RelPermalink $image.RelPermalink | safeHTML }}
+                       <p><a href="{{ .RelPermalink }}">RSS feed</a> | This site is <a href="https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
                        {{ end }}
-                       <p>This site is <a href="https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
-                       </center>
                </footer>
        </body>
 </html>