From 143cfb259065bf31d9cf850edf761d4ca8fee305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Mon, 16 Jan 2017 16:30:09 +0100 Subject: [PATCH] Force clear style.css cache --- theme/templates/partials/base.html.nunj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/partials/base.html.nunj b/theme/templates/partials/base.html.nunj index 05a33de0..4523fc46 100644 --- a/theme/templates/partials/base.html.nunj +++ b/theme/templates/partials/base.html.nunj @@ -7,7 +7,7 @@ <title>{% if metadata.title %}{{ metadata.title }}{%else%}Radioklub OK1KVK{%endif%}</title> <link href='https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext' rel='stylesheet' type='text/css'> - <link href="{{ config.baseurl }}/theme/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> + <link href="{{ config.baseurl }}/theme/style.css?v=2" type="text/css" rel="stylesheet" media="screen,projection"/> <link href="{{ config.baseurl }}/theme/highlight.css" type="text/css" rel="stylesheet" media="screen,projection"/> <link href="{{ config.baseurl }}/theme/lightbox2/dist/css/lightbox.min.css" type="text/css" rel="stylesheet" media="screen,projection"/> -- GitLab