]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Bump stylesheet version
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:45:43 +0000 (20:45 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:45:43 +0000 (20:45 +0200)
layouts/_default/baseof.html

index 4d53567ec71b94b5d4625d4d57d56b4a5c6743ae..1d66fe7f3b15bc0fbf05d65212a6115753151db8 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.0.0">
+               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.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>