Skip to content

Commit

Permalink
Remove duplicate title from the home page
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 18, 2023
1 parent 0cde824 commit 743006f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Open Cloud Infrastructure">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 743006f

Please sign in to comment.