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 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
+ %svelte.head%
5
6
< meta name ="description " content ="ESLint plugin for Svelte using AST " />
6
7
< link
7
8
rel ="icon "
8
9
type ="image/png "
9
10
href ="/eslint-plugin-svelte/favicon.png "
10
11
/>
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
+
11
25
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
12
- %svelte.head%
13
26
</ head >
14
27
< body >
15
28
< div id ="svelte "> %svelte.body%</ div >
You can’t perform that action at this time.
0 commit comments