diff options
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/header.html b/templates/header.html index 236decc..62c4be4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -10,11 +10,11 @@  <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/icon-180x180.png">  <link rel="apple-touch-icon" sizes="152x152" href="/static/icons/icon-152x152.png">  <link rel="apple-touch-icon" sizes="167x167" href="/static/icons/icon-167x167.png"> -<link href="/static/v4/css/light.min.css" id="theme" rel="stylesheet"> +<link href="/static/v5/css/light.min.css" id="theme" rel="stylesheet">  <script>  	function addStyleSheet(name, id) { -		const path = "/static/v4/css/" + name + ".min.css"; +		const path = "/static/v5/css/" + name + ".min.css";  		const old = document.getElementById(id);  		if (old && (old.href != path)) {  			old.href = path; | 
