forked from hacc/haccfiles
stuebinm
ae67b38304
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 …
14 lines
699 B
HTML
14 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>
|