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 55 < link rel ="icon " href ="%sveltekit.assets%/favicon.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
77
8- < meta property ="og:type " content ="website " />
8+ <!-- < meta property="og:type" content="website" />
99 <meta content="Animated Java" property="og:title" />
1010 <meta
1111 content="A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition."
1616 content="https://animated-java.github.io/img/animated_java_animated_icon.png"
1717 property="og:image"
1818 />
19- < meta content ="#00ACED " data-react-helmet ="true " name ="theme-color " />
19+ <meta content="#00ACED" data-react-helmet="true" name="theme-color" /> -->
2020
2121 < script >
2222 const key = 'svelteness::color-scheme'
Original file line number Diff line number Diff line change 1414 Button ,
1515 KitDocs ,
1616 KitDocsLayout ,
17- SocialLink ,
1817 createSidebarContext ,
1918 type NavbarConfig
2019 } from ' @svelteness/kit-docs'
3433 const { activeCategory } = createSidebarContext (sidebar )
3534
3635 $ : 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.'
3940 </script >
4041
4142<svelte:head >
4647 {#if description }
4748 <meta name ="description" content ={description } />
4849 {/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" />
4959 {/ key }
5060</svelte:head >
5161
You can’t perform that action at this time.
0 commit comments