19 lines
1.0 KiB
HTML
19 lines
1.0 KiB
HTML
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
|
<link
|
||
|
|
href="https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto:wght@300;400;500;700;900&display=swap"
|
||
|
|
rel="stylesheet">
|
||
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
||
|
|
<meta name="title" content="{{ this.page.meta_title | default(this.page.title)}}">
|
||
|
|
<meta name="description" content="{{ this.page.meta_description }}">
|
||
|
|
<link rel="canonical" href="{{ url_current() | lower }}" />
|
||
|
|
<meta name="keywords" content="{{ this.page.meta_keywords }}">
|
||
|
|
<title>{{ this.page.meta_title | default(this.page.title)}}</title>
|
||
|
|
{% styles %}
|
||
|
|
<link href="{{ ['assets/css/main.css']|theme }}" rel="stylesheet">
|
||
|
|
</head>
|