aboutsummaryrefslogtreecommitdiff
path: root/_includes/post.njk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_includes/post.njk29
1 files changed, 29 insertions, 0 deletions
diff --git a/_includes/post.njk b/_includes/post.njk
new file mode 100644
index 0000000..115d9d0
--- /dev/null
+++ b/_includes/post.njk
@@ -0,0 +1,29 @@
+---
+title: My Rad Blog
+tag: post
+---
+
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description"
+ content="Personal blog of Marc Coquand." />
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="../../css/main.css" />
+ <title>{{ title }}</title>
+</head>
+
+ <body style="overflow-y: scroll">
+ <a href="/" style="margin-left:1.5rem; margin-top: 1.8rem; display: block; position: fixed; "class="link article-m" >
+ ߸
+ </a>
+ <div class="side-margin" style="margin-left:4rem; display: flex; flex-direction: column; max-width: 40rem">
+ <h1>On Web, Actions and Words</h1>
+ {{ content | safe }}
+ </div>
+ </body>
+</head>