This commit is contained in:
marc-kbpm
2022-12-02 19:28:05 +01:00
parent a4d6ab14ff
commit 4286641ec6
49 changed files with 2197 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<head>
<!-- <link rel='stylesheet' type='text/css' href='/style.css'> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
<link rel="stylesheet" href="/styles.css">
{{ $css := resources.Get "css/compiled/output.css" }}
{{ $style := $css | resources.Minify }}
<link type="text/css" rel="stylesheet" href="{{ $style.RelPermalink }}" />
</head>