haccfiles/websites/infra4future.de/_includes/head.html
stuebinm ae67b38304 add the rest of our stativ web pages
however, for some reason, ACME still fails. Hopefully it's just the
rate limit, but it does look suspicious; there' still a
"www.muc.hacc.space" in the log that oughtn't be there …
2022-01-10 23:45:21 +01:00

15 lines
699 B
HTML

<head>
<title>{{ page.title }}</title>
<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="format-detection" content="telephone=no">
<meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<link rel="icon" href="{{"assets/img/favicon.png" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "assets/css/main.css" | prepend: site.baseurl }}">
<!-- Emoji script for chrome -->
<!-- <script src="assets/js/twemoji.min.js"></script>-->
</head>