chore: update html head og meta
This commit is contained in:
parent
a7187d72b8
commit
5aa51ae925
1 changed files with 3 additions and 3 deletions
|
@ -11,12 +11,12 @@
|
|||
<link id="favicon" rel="icon" type="image/png" sizes="128x128" href="yacd-128.png">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
|
||||
<meta property="og:image" content="https://haishanh.github.io/yacd/yacd-128.png">
|
||||
<meta property="og:image" content="https://user-images.githubusercontent.com/1166872/47304841-536f3d80-d65a-11e8-8908-1917127dafc5.png">
|
||||
<meta property="og:site_name" content="yacd">
|
||||
<meta property="og:type" content="object">
|
||||
<meta property="og:title" content="yacd">
|
||||
<meta property="og:url" content="https://haishanh.github.io/yacd">
|
||||
<meta property="og:description" content="yacd - Yet Another Clash Dashboard.">
|
||||
<meta property="og:url" content="http://yacd.haishan.me">
|
||||
<meta property="og:description" content="Yet Another Clash Dashboard">
|
||||
|
||||
<% for (key in htmlWebpackPlugin.files.css) { %>
|
||||
<link href="<%= htmlWebpackPlugin.files.css[key] %>" rel="stylesheet">
|
||||
|
|
Loading…
Reference in a new issue