1 parent 4924c49 commit ce65678Copy full SHA for ce65678
1 file changed
scripts/template.html
@@ -3,15 +3,13 @@
3
<head>
4
<meta charset="UTF-8" />
5
<link rel="stylesheet" href="/style.css" />
6
- <link rel="icon" type="image/png" href="/favicon.png" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
<title>{{data.title}}</title>
9
<meta name="description" content="{{data.description}}" />
10
<meta property="og:title" content="{{data.title}}" />
11
<meta name="og:description" content="{{data.description}}" />
12
<meta property="og:type" content="website" />
13
<meta property="og:url" content="https://hyperz111.github.io{{view.pwd}}" />
14
- <meta property="og:image" content="/favicon.png" />
15
</head>
16
<body>
17
<main>
0 commit comments