summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-12-01 22:46:45 +0800
committerHaishan <[email protected]>2020-12-01 22:46:45 +0800
commit4ef00cff37eca22d3ef8583acf4927c9cd089c1f (patch)
tree61fb14bc3430ffdf924e91fc3823745fab278e6c
parentef1c7823e05c752c31687fcf7c13ee6433faa8d2 (diff)
chore: remove open graph stuff from html template
-rw-r--r--.gitignore1
-rw-r--r--src/index.template.ejs6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 5c3420a..07bf99f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.
+.*
!.eslintrc.yml
*.tar.gz
*.tar.xz
diff --git a/src/index.template.ejs b/src/index.template.ejs
index 1f41e36..afcd54c 100644
--- a/src/index.template.ejs
+++ b/src/index.template.ejs
@@ -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>