about summary refs log tree commit diff stats
path: root/.zs/layout.html
diff options
context:
space:
mode:
Diffstat (limited to '.zs/layout.html')
-rw-r--r--.zs/layout.html32
1 files changed, 13 insertions, 19 deletions
diff --git a/.zs/layout.html b/.zs/layout.html
index 255bf4a..f62c473 100644
--- a/.zs/layout.html
+++ b/.zs/layout.html
@@ -1,20 +1,14 @@
-<!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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{ lang }}" lang="{{ lang }}">
+	<head>
+		<link rel="icon" href="favicon.png" />
+		<link rel="stylesheet" href="style.css" />
+		<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
+		<meta name="author" content="{{ author }}" />
+		<meta name="description" content="{{ description }}" />
+		<title>{{ title }}</title>
+	</head>
+	<body>
+		{{ content }}
+	</body>
 </html>