mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
[chore] Add a meta description
This commit is contained in:
parent
bff554504e
commit
588cf9ddda
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ const backgroundImageUrl = `url('${optimizedBgImage.src}')`;
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="My personal blog where I write about my learnings on software development & coding.
|
||||||
|
Learn with my about best coding practices and new tools to add to your developer toolbox."
|
||||||
|
/>
|
||||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue