diff options
author | amzrk2 | 2020-06-04 18:21:46 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-04 18:21:46 +0800 |
commit | 102399b0f8273bc7bb8c3cd881304d1fc01ee2fe (patch) | |
tree | 905bb6df1152063fff9b48fe6266d2f6f9e40cd2 /exampleSite/layouts | |
parent | 03ecbe07ba8149d144fbb369dc13ab0a6a7519cb (diff) | |
download | hugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.tar.gz hugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.tar.bz2 hugo-theme-fuji-102399b0f8273bc7bb8c3cd881304d1fc01ee2fe.zip |
Update exampleSite
Diffstat (limited to 'exampleSite/layouts')
-rw-r--r-- | exampleSite/layouts/partials/favicon.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/layouts/partials/favicon.html b/exampleSite/layouts/partials/favicon.html new file mode 100644 index 0000000..dcfd558 --- /dev/null +++ b/exampleSite/layouts/partials/favicon.html @@ -0,0 +1,10 @@ +<!-- Generated your favicon at realfavicongenerator.net and copy code here --> +<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/apple-touch-icon.png" /> +<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/favicon-32x32.png" /> +<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/favicon-16x16.png" /> +<link rel="manifest" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/site.webmanifest" /> +<link rel="mask-icon" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/safari-pinned-tab.svg" color="#8aa2d3" /> +<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/favicon.ico" /> +<meta name="msapplication-TileColor" content="#8aa2d3" /> +<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.6.0/favicons/browserconfig.xml" /> +<meta name="theme-color" content="#ffffff" />
\ No newline at end of file |