From: Duje Mihanović <duje.mihanovic@skole.hr>
Date: Thu, 17 Aug 2023 18:45:43 +0000 (+0200)
Subject: Bump stylesheet version
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=5440d735b27a90907df9ecd72fdc389d621640a0;p=dujemihanovic.xyz.git

Bump stylesheet version
---

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4d53567..1d66fe7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -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>