summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-03-09 09:12:29 +0100
committerMichał M. Sapka <michal@sapka.me>2023-03-09 09:12:29 +0100
commit18181027803e98c06294e608adc826e59ed578c6 (patch)
tree22e2e25ef792e6657c9d86b96955762839cb96e5
parent4a851dec22f0ff06d15d1fd54dd1684f35b23c5a (diff)
chore: force new css for clients
-rw-r--r--content/2023/a-new-layout.md~10
-rw-r--r--layouts/_default/baseof.html2
2 files changed, 1 insertions, 11 deletions
diff --git a/content/2023/a-new-layout.md~ b/content/2023/a-new-layout.md~
deleted file mode 100644
index 801bcc0..0000000
--- a/content/2023/a-new-layout.md~
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "A New Layout"
-category: "blog"
-abstract:
-date: 2023-03-09T09:05:38+01:00
-year:
-draft: false
-tags: []
----
-
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 06eed60..5bf392b 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,7 +7,7 @@
[{{ .Site.Title}}] {{ .Page.Title }}
{{- end }}
</title>
- <link rel='stylesheet' type='text/css' href='/style.css'>
+ <link rel='stylesheet' type='text/css' href='/style.css?v=4.0'>
<meta name="viewport" content="width=device-width, initial-scale=1">
{{- $image := resources.Get "/icons/apple-touch-icon.png"}}
<link rel="apple-touch-icon" sizes="180x180" href="{{ $image.Permalink }}">