chore: update html head og meta

This commit is contained in:
Haishan 2018-10-23 00:27:20 +08:00
parent a7187d72b8
commit 5aa51ae925

View file

@ -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">