forked from unitoo/website
21 lines
805 B
HTML
21 lines
805 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" | prepend: site.url }}" type="image/x-icon">
|
|
<link rel='shortcut icon' href="{{ "/favicon.ico" | prepend: site.url }}" type="image/x-icon">
|
|
<link rel="apple-touch-icon" href="{{ "/apple-touch-icon.png" | prepend: site.url }}">
|
|
<link rel="manifest" href="{{ "/path.webmanifest" | prepend: site.url }}">
|
|
|
|
{% asset main.css %}
|
|
|
|
{% if site.tags != "" %}
|
|
{% include collecttags.html %}
|
|
{% endif %}
|
|
</head>
|