website/_includes/head.html

22 lines
693 B
HTML
Raw Normal View History

2019-08-13 15:16:48 +02:00
<head>
2020-12-30 18:11:45 +01:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#943526">
<meta name="no-results" content="{% t inputs.no_results %}">
2019-08-13 15:16:48 +02:00
2020-12-30 18:11:45 +01:00
{% seo translate=true %}
<meta property="og:type" content="website" />
2019-08-13 15:16:48 +02:00
2022-09-23 18:18:18 +02:00
<link rel='icon' href="/favicon.ico" type="image/x-icon">
<link rel='shortcut icon' href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/path.webmanifest">
2019-08-13 15:16:48 +02:00
{% asset main.css %}
2020-04-05 12:22:52 +02:00
2019-08-13 15:16:48 +02:00
{% if site.tags != "" %}
2021-08-20 16:48:07 +02:00
{% include collecttags.html %}
2019-08-13 15:16:48 +02:00
{% endif %}
</head>