27 lines
1.3 KiB
HTML
27 lines
1.3 KiB
HTML
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
|
|
|
|
{%- seo -%}
|
|
{%- feed_meta -%}
|
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
|
{%- include google-analytics.html -%}
|
|
{%- endif -%}
|
|
|
|
<!-- Begin Icons, thanks to https://realfavicongenerator.net/ -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png' | relative_url }}">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/favicon-32x32.png' | relative_url }}">
|
|
<link rel="icon" type="image/png" sizes="194x194" href="{{ '/favicon-194x194.png' | relative_url }}">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="{{ '/android-chrome-192x192.png' | relative_url }}">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon-16x16.png' | relative_url }}">
|
|
<link rel="manifest" href="{{ '/site.webmanifest' | relative_url }}">
|
|
<meta name="apple-mobile-web-app-title" content="{{ site.title }}">
|
|
<meta name="application-name" content="{{ site.title }}">
|
|
<meta name="msapplication-TileColor" content="#000000">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<!-- End Icons -->
|
|
|
|
{%- if site.matomo_url -%}
|
|
{%- include matomo.html -%}
|
|
{%- endif -%}
|