michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 18181027803e98c06294e608adc826e59ed578c6
parent 4a851dec22f0ff06d15d1fd54dd1684f35b23c5a
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Thu,  9 Mar 2023 09:12:29 +0100

chore: force new css for clients

Diffstat:
Dcontent/2023/a-new-layout.md~ | 10----------
Mlayouts/_default/baseof.html | 2+-
2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/content/2023/a-new-layout.md~ b/content/2023/a-new-layout.md~ @@ -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 @@ -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 }}">