summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-24 15:12:09 +0200
committerLoïc Hoguin <[email protected]>2017-05-24 15:12:09 +0200
commit642b100b776c8f4864ae9a2afc11d7124f640ce3 (patch)
treec697e013d4e9cacf1316bffd3f41f28411f1a230 /_build/themes/ninenines/layouts
parentc0b81797444ef084a0847db1ea54f4e9bcaa16fe (diff)
downloadninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.tar.gz
ninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.tar.bz2
ninenines.eu-642b100b776c8f4864ae9a2afc11d7124f640ce3.zip
Ensure the 99s.css file gets reloaded
Diffstat (limited to '_build/themes/ninenines/layouts')
-rw-r--r--_build/themes/ninenines/layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html
index 136df629..3714bd72 100644
--- a/_build/themes/ninenines/layouts/partials/head.html
+++ b/_build/themes/ninenines/layouts/partials/head.html
@@ -9,7 +9,7 @@
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }}</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
- <link href="/css/99s.css" rel="stylesheet">
+ <link href="/css/99s.css?r=1" rel="stylesheet">
<link rel="shortcut icon" href="/img/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png">