]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Finally fix XMR address overflow on mobile
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index b3e08ca143fcea32bebd3551b5f5f5884a7f6507..b92c389441c1b2e25ef939b744538738d5bc0230 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.1">
                {{ $index := $.Site.GetPage "/" }}
                {{ range $index.AlternativeOutputFormats }}
                {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}