diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
commit | 981e41a9473654c4ee754f86a78d54c8c5cad9b2 (patch) | |
tree | 26fa9a31a9f11ec709615f1c96b0c26f2dc70538 /_includes/custom-head.html | |
parent | d02a380caa30a804c927498e624927daa70b0b13 (diff) | |
download | blog-981e41a9473654c4ee754f86a78d54c8c5cad9b2.tar.gz |
Switch to Hugo, restructure the page
Diffstat (limited to '_includes/custom-head.html')
-rw-r--r-- | _includes/custom-head.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/custom-head.html b/_includes/custom-head.html deleted file mode 100644 index 38fa5de..0000000 --- a/_includes/custom-head.html +++ /dev/null @@ -1,5 +0,0 @@ -<link rel="stylesheet" href="/assets/css/custom.css"> -<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png"> -<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png"> -<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png"> -<link rel="manifest" href="/assets/images/site.webmanifest"> |