diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-09 09:12:29 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-09 09:12:29 +0100 |
commit | 18181027803e98c06294e608adc826e59ed578c6 (patch) | |
tree | 22e2e25ef792e6657c9d86b96955762839cb96e5 /layouts | |
parent | 4a851dec22f0ff06d15d1fd54dd1684f35b23c5a (diff) |
chore: force new css for clients
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}"> |