diff options
Diffstat (limited to 'layouts/partials/head-extra.html')
-rw-r--r-- | layouts/partials/head-extra.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html index a3bc7b9..94683e8 100644 --- a/layouts/partials/head-extra.html +++ b/layouts/partials/head-extra.html @@ -1,5 +1,5 @@ -<link rel="stylesheet" href={{ "/css/custom.css" | absURL }}> -<link rel="apple-touch-icon" sizes="180x180" href={{ "/images/apple-touch-icon.png" | absURL }}> -<link rel="icon" type="image/png" sizes="32x32" href={{ "/images/favicon-32x32.png" | absURL }}> -<link rel="icon" type="image/png" sizes="16x16" href={{ "/images/favicon-16x16.png" | absURL }}> -<link rel="manifest" href={{ "/images/site.webmanifest" | absURL }}> +<link rel="stylesheet" href={{ "/css/custom.css?v=20210816" }}> +<link rel="apple-touch-icon" sizes="180x180" href={{ "/apple-touch-icon.png" }}> +<link rel="icon" type="image/png" sizes="32x32" href={{ "/favicon-32x32.png" }}> +<link rel="icon" type="image/png" sizes="16x16" href={{ "/favicon-16x16.png" }}> +<link rel="manifest" href={{ "/site.webmanifest" }}> |