Skip to content

Commit

Permalink
feat: add description tag into the head
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M authored Oct 16, 2024
1 parent 0d60c02 commit 9d47bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Community from "../sections/Community.astro";
<meta name="generator" content={Astro.generator} />
<meta name="theme-color" content="#fed7aa" />
<title>RustLang en Español</title>
<meta name="description" content="Únete a nuestra comunidad de Rust en español. Promovemos el aprendizaje y la difusión de Rust, compartiendo conocimientos y proyectos emocionantes." />

<!-- Open Graph meta tags -->
<meta property="og:title" content="RustLang en Español" />
Expand Down

0 comments on commit 9d47bf9

Please sign in to comment.