diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
commit | ceaf24acd391d392e43177cfac1c10f8992ec699 (patch) | |
tree | 15fbba1c6f1a0ed88a80fa277b254dcfb5e828b8 /layouts | |
parent | 75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6 (diff) | |
download | blog-ceaf24acd391d392e43177cfac1c10f8992ec699.tar.gz |
Add webp alternative to reduce loading time
Also, edit CSS version to clear cache
Diffstat (limited to 'layouts')
-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" }}> |