diff options
Diffstat (limited to 'layouts/_default')
-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 06eed60e..5bf392b5 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 }}"> |