File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="%sveltekit.assets%/favicon.png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
8
- < meta property ="og:type " content ="website " />
8
+ <!-- < meta property="og:type" content="website" />
9
9
<meta content="Animated Java" property="og:title" />
10
10
<meta
11
11
content="A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition."
16
16
content="https://animated-java.github.io/img/animated_java_animated_icon.png"
17
17
property="og:image"
18
18
/>
19
- < meta content ="#00ACED " data-react-helmet ="true " name ="theme-color " />
19
+ <meta content="#00ACED" data-react-helmet="true" name="theme-color" /> -->
20
20
21
21
< script >
22
22
const key = 'svelteness::color-scheme'
Original file line number Diff line number Diff line change 14
14
Button ,
15
15
KitDocs ,
16
16
KitDocsLayout ,
17
- SocialLink ,
18
17
createSidebarContext ,
19
18
type NavbarConfig
20
19
} from ' @svelteness/kit-docs'
34
33
const { activeCategory } = createSidebarContext (sidebar )
35
34
36
35
$ : category = $activeCategory ? ` ${$activeCategory }: ` : ' '
37
- $ : title = meta ? ` ${category }${meta .title } | Animated Java ` : ' Animated Java'
38
- $ : description = meta ?.description
36
+ $ : title = meta ? ` Animated Java | ${category }${meta .title } ` : ' Animated Java'
37
+ $ : description =
38
+ meta ?.description ||
39
+ ' A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.'
39
40
</script >
40
41
41
42
<svelte:head >
46
47
{#if description }
47
48
<meta name ="description" content ={description } />
48
49
{/if }
50
+ <meta property =" og:type" content =" website" />
51
+ <meta content ={title } property =" og:title" />
52
+ <meta content ={description } property =" og:description" />
53
+ <meta content ={$page .url } property =" og:url" />
54
+ <meta
55
+ content =" https://animated-java.github.io/img/animated_java_animated_icon.png"
56
+ property =" og:image"
57
+ />
58
+ <meta content =" #00ACED" data-react-helmet =" true" name =" theme-color" />
49
59
{/ key }
50
60
</svelte:head >
51
61
You can’t perform that action at this time.
0 commit comments