11 lines
709 B
HTML
11 lines
709 B
HTML
{{ if .Param "math" }} {{ partialCached "math.html" .}} {{ end }}
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="/the-monospace-web/reset.css" />
|
|
<link rel="stylesheet" href="/the-monospace-web/index.css" />
|
|
<link rel="stylesheet" href="/css/syntax.css" />
|
|
<link rel="stylesheet" href="/css/overrides.css" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
|
|
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<title>{{ block "title" . }} {{ .Title }} {{ end }}</title>
|