File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ import HomepageSponsors from '@site/src/components/HomepageSponsors';
7
7
8
8
import styles from './index.module.css' ;
9
9
10
+ const description = `Echo is a high-performance web framework for building robust and scalable applications in Go.
11
+ With its minimalist design and powerful features, Echo enables developers to create efficient APIs and web
12
+ applications with ease. Harness the speed, flexibility, and simplicity of Echo to accelerate your Go development
13
+ projects.` ;
14
+
10
15
function HomepageHeader ( ) {
11
16
const { siteConfig} = useDocusaurusContext ( ) ;
12
17
return (
@@ -28,8 +33,8 @@ export default function Home() {
28
33
const { siteConfig} = useDocusaurusContext ( ) ;
29
34
return (
30
35
< Layout
31
- title = { `Hello from ${ siteConfig . title } ` }
32
- description = "Description will go into a meta tag in <head />" >
36
+ title = { `${ siteConfig . title } - ${ siteConfig . tagline } ` }
37
+ description = { description } >
33
38
< HomepageHeader />
34
39
< main >
35
40
< HomepageFeatures />
You can’t perform that action at this time.
0 commit comments