feat: misc cleanup
This commit is contained in:
parent
9dc3ddeec7
commit
dbc72a383e
3 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
<base href="{{ page.url }}" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="theme-color" content="" />
|
||||
<meta name="description" content="{{ meta.siteDescription }}" />
|
||||
<meta name="theme-color" content="{{ colors.aqua[400] }}" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="googlebot" content="index,follow" />
|
||||
<meta name="generator" content="" />
|
||||
<meta name="generator" content="{{ eleventy.generator }}" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta name="view-transition" content="same-origin" />
|
||||
<link rel="canonical" href="{{ meta.url }}{{ page.url }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue