Skip to content

Commit c56fbf3

Browse files
committed
branding: tagline
1 parent c84bd48 commit c56fbf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/pages/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ function Features() {
9595
export default function Index() {
9696
const { siteConfig } = useDocusaurusContext()
9797
return (
98-
<Layout description={siteConfig.tagline}>
98+
<Layout
99+
title="Yew | The Rust Frontend Framework"
100+
description={siteConfig.tagline}
101+
>
99102
<Hero />
100103
<Features />
101104
</Layout>

0 commit comments

Comments
 (0)