mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-27 02:15:40 +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" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<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" />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue