summaryrefslogtreecommitdiff
path: root/_templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/post.html')
-rw-r--r--_templates/post.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_templates/post.html b/_templates/post.html
new file mode 100644
index 0000000..fca6aed
--- /dev/null
+++ b/_templates/post.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="/css/style.css"/>
+ <link rel="stylesheet" href="/writeups/css/style.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+$partial("_templates/header.html")$
+<main>
+$body$
+</main>
+</body>
+</html>