website/_includes/head.html

22 lines
693 B
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">
<meta name="theme-color" content="#943526">
<meta name="no-results" content="{% t inputs.no_results %}">
{% seo translate=true %}
<meta property="og:type" content="website" />
<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">
{% asset main.css %}
{% if site.tags != "" %}
{% include collecttags.html %}
{% endif %}
</head>