chore: remove open graph stuff from html template

This commit is contained in:
Haishan 2020-12-01 22:46:45 +08:00
parent ef1c7823e0
commit 4ef00cff37
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
*.
.*
!.eslintrc.yml
*.tar.gz
*.tar.xz

View file

@ -11,12 +11,6 @@
<meta name="description" content="Yet Another Clash Dashboard">
<meta name="theme-color" content="#202020">
<title><%= htmlWebpackPlugin.options.title %></title>
<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="http://yacd.haishan.me">
<meta property="og:description" content="Yet Another Clash Dashboard">
</head>
<body>
<div id="app"></div>