File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5+ %svelte.head%
56 < meta name ="description " content ="ESLint plugin for Svelte using AST " />
67 < link
78 rel ="icon "
89 type ="image/png "
910 href ="/eslint-plugin-svelte/favicon.png "
1011 />
12+
13+ < meta property ="og:type " content ="website " />
14+ < meta
15+ property ="og:image "
16+ content ="https://ota-meshi.github.io/eslint-plugin-svelte/favicon.png "
17+ />
18+ < meta property ="og:site_name " content ="@ota-meshi/eslint-plugin-svelte " />
19+ < meta
20+ property ="og:description "
21+ content ="ESLint plugin for Svelte using AST "
22+ />
23+ < meta name ="twitter:card " content ="summary " />
24+
1125 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
12- %svelte.head%
1326 </ head >
1427 < body >
1528 < div id ="svelte "> %svelte.body%</ div >
You can’t perform that action at this time.
0 commit comments