about summary refs log tree commit diff stats
path: root/.zs/layout.html
blob: 255bf4ae0727d08d9dfd9cda22522ade22a18d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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="icon" type="image/png" href="/favicon.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>