feat: added keyword meta tag and put names
This commit is contained in:
parent
5937082039
commit
9df7e294b0
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ const { title } = Astro.props;
|
|||
<meta name="author" content="Ceferino Patino" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#0f172a" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Ceferino Patino, cpatino, c4patino, C4 Patino"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Ceferino Patino (C4) – Software Engineer and FOSS contributor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue