bump css version

This commit is contained in:
sakrecoer 2020-08-10 13:10:45 +02:00
parent 7062f902a9
commit 569a500abc
3 changed files with 2 additions and 2 deletions

View file

@ -11,11 +11,11 @@
{% include relBase.html %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20200805-rv2.css" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20200810.css" />
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200805.css" /></noscript>
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200810.css" /></noscript>
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="{{ site.bg }}"/>