diff options
| author | Haishan <[email protected]> | 2020-12-01 22:46:45 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-12-01 22:46:45 +0800 |
| commit | 4ef00cff37eca22d3ef8583acf4927c9cd089c1f (patch) | |
| tree | 61fb14bc3430ffdf924e91fc3823745fab278e6c | |
| parent | ef1c7823e05c752c31687fcf7c13ee6433faa8d2 (diff) | |
chore: remove open graph stuff from html template
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src/index.template.ejs | 6 |
2 files changed, 1 insertions, 6 deletions
@@ -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> |
