Skip to content

Commit 3c88c5b

Browse files
authored
Update index.html
1 parent ce80fae commit 3c88c5b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,20 @@
4848

4949
<!--
5050
<link rel="canonical" href="https://chirpy.cotes.page/" />
51-
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon.png">
51+
5252
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicons/favicon-32x32.png">
5353
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicons/favicon-16x16.png">
54-
<link rel="manifest" href="/assets/img/favicons/site.webmanifest">
54+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon.png">
5555
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico">
56-
56+
<link rel="manifest" href="/assets/img/favicons/site.webmanifest">
57+
-->
58+
59+
<!--
5760
<script src="/assets/js/dist/theme.min.js"></script>
58-
<script defer src="https://cdn.jsdelivr.net/combine/npm/[email protected]/dest/simple-jekyll-search.min.js,npm/[email protected]/dist/loading-attribute-polyfill.umd.min.js,npm/[email protected]/dayjs.min.js,npm/[email protected]/locale/en.js,npm/[email protected]/plugin/relativeTime.js,npm/[email protected]/plugin/localizedFormat.js"></script>
5961
<script defer src="/assets/js/dist/home.min.js"></script>
6062
<script defer src="/app.min.js?baseurl=&register=true" ></script>
63+
64+
<script defer src="https://cdn.jsdelivr.net/combine/npm/[email protected]/dest/simple-jekyll-search.min.js,npm/[email protected]/dist/loading-attribute-polyfill.umd.min.js,npm/[email protected]/dayjs.min.js,npm/[email protected]/locale/en.js,npm/[email protected]/plugin/relativeTime.js,npm/[email protected]/plugin/localizedFormat.js"></script>
6165
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-6L3G54N42E"></script>
6266
<script> document.addEventListener('DOMContentLoaded', () => { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-6L3G54N42E'); }); </script>
6367
<script async src="https://gc.zgo.at/count.js" data-goatcounter="https://chirpy-demo.goatcounter.com/count" ></script>

0 commit comments

Comments
 (0)