fix 404 and redundant shit

This commit is contained in:
sakrecoer 2020-10-07 16:01:06 +02:00
parent 7d1bd7883d
commit 18c6c9b2c0
4 changed files with 3 additions and 72 deletions

View file

@ -12,12 +12,12 @@ layout: nil
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/all.min.css" />
<link rel="stylesheet" href="/assets/css/colors-20200925-r1.css" />
<link rel="stylesheet" href="/assets/css/main-20200925-r1.css" />
<link rel="stylesheet" href="/assets/css/colors-20200911.css" />
<link rel="stylesheet" href="/assets/css/main-20200911.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="/assets/css/noscripts-20200925-r1.css" /></noscript>
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20200911.css" /></noscript>
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>