about summary refs log tree commit diff stats
path: root/.zs/layout.html
blob: 3912c7787a71b6d4cd40e8fa018579951c6ef8c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="/simple.min.css">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <title>{{ title }}</title>
  </head>
  <body>
    {{ content }}
    <hr />
    <footer>
      <small>
        Last modified <time datetime="{{ date +%Y-%m-%dT%H:%M:%SZ%:z }}">{{ date }}</time> ·
        Built with <a href="https://git.mills.io/prologic/zs">zs
      </small>
    </footer>
  </body>
</html>