]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Add projects section
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index b3e08ca143fcea32bebd3551b5f5f5884a7f6507..0fb29c917a4f5bba4ed3e972fddc2f90333c2e48 100644 (file)
@@ -1,13 +1,7 @@
 <!doctype html>
 <html lang="en">
        <head>
-               {{ partial "meta.html" . }}
-               {{ $style := resources.Get "css/style.css" | resources.Minify }}
-               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.0">
-               {{ $index := $.Site.GetPage "/" }}
-               {{ range $index.AlternativeOutputFormats }}
-               {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
-               {{ end }}
+               {{ partial "head.html" . }}
        </head>
 
        <body>
                        {{ 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>
+                       {{ $index := $.Site.GetPage "/" }}
                        {{ 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="http://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>