summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts/partials/head.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-28 11:50:03 +0100
committerLoïc Hoguin <[email protected]>2019-10-28 11:50:03 +0100
commit53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3 (patch)
tree64ac5a9484f4ce3ff5747a6c32d24bff2d63e7f3 /_build/themes/ninenines/layouts/partials/head.html
parent8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e (diff)
downloadninenines.eu-53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3.tar.gz
ninenines.eu-53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3.tar.bz2
ninenines.eu-53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3.zip
Make sure new CSS is loaded
Diffstat (limited to '_build/themes/ninenines/layouts/partials/head.html')
-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 b6786302..b3410726 100644
--- a/_build/themes/ninenines/layouts/partials/head.html
+++ b/_build/themes/ninenines/layouts/partials/head.html
@@ -7,7 +7,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?r=6" rel="stylesheet">
+ <link href="/css/99s.css?r=7" 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">