Add a partial for metatags
This commit is contained in:
parent
f0ca1d4d79
commit
5e3d61d5f6
2 changed files with 6 additions and 4 deletions
5
source/_partials/meta.html.twig
Normal file
5
source/_partials/meta.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<title>{{ site.name }}</title>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
Loading…
Add table
Add a link
Reference in a new issue