wn-silva-theme/partials/shared/head.htm

20 lines
820 B
HTML
Raw Normal View History

2024-10-09 16:36:58 +02:00
[headAssets]
==
<!doctype html>
<html lang="de" class="h-screen">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Lato:wght@300;400&display=swap" rel="stylesheet">
<title>{{this.page.title}} | DPSG Stamm Silva</title>
{% styles %}
{% component 'headAssets' %}
{% placeholder metatags %}
</head>
<body class="flex flex-col min-h-screen bg-back bg-gray-100" {{bodyTag}}>
{% partial 'shared/header' logo=logo %}
<main class="flex-grow font-sans">