]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/partials/head.html
CSS updates
[dujemihanovic.xyz.git] / layouts / partials / head.html
index 65d22e840809341421a438c400dca0096f134952..15dd634bb9ab2f1f6d096c621ac93d8a87f4d8b5 100644 (file)
@@ -3,7 +3,7 @@
 <meta name="description" content="Duje Mihanović's personal website">
 <title>{{ print .Page.Title }} | {{ print .Site.Title }}</title>
 {{ $style := resources.Get "css/style.css" | resources.Minify }}
-<link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.2">
+<link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.3">
 {{ $index := $.Site.GetPage "/" }}
 {{ range $index.AlternativeOutputFormats }}
 {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}