feat: add meta tags
This commit is contained in:
parent
df1c7a795f
commit
59ef51d6c6
3 changed files with 12 additions and 0 deletions
11
src/_includes/partials/meta.html
Normal file
11
src/_includes/partials/meta.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<base href="{{ page.url }}" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="theme-color" content="" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="googlebot" content="index,follow" />
|
||||
<meta name="generator" content="" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta name="view-transition" content="same-origin" />
|
||||
<link rel="canonical" href="{{ meta.url }}{{ page.url }}" />
|
||||
<link rel="icon" href="/assets/images/favicon.png" sizes="any" />
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.png" />
|
|
@ -6,6 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/assets/css/global.css" />
|
||||
{% include "partials/meta.html" %}
|
||||
{% for preload in preloads %}
|
||||
<link rel="preload"
|
||||
as="{{ preload.as }}"
|
||||
|
|
BIN
src/assets/images/favicon.png
Normal file
BIN
src/assets/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 B |
Loading…
Add table
Add a link
Reference in a new issue