about summary refs log tree commit diff homepage
path: root/_layout/head.html
blob: da6421c13307dc425b7666bb9b366e14b8048c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  {{if hasmath}}{{insert head_katex.html}}{{end}}
  <link rel="stylesheet" href="/css/style.css">
  <link rel="icon" href="/assets/favicon.png">
  {{isdef title}}<title>{{fill title}} - McSinyx</title>{{end}}
</head>
<body>
  {{insert header.html}}

<!-- Content appended here -->