aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMarc Coquand <marcc0000@pm.me>2023-09-10 07:49:49 -0300
committerMarc Coquand <marcc0000@pm.me>2023-09-10 07:49:49 -0300
commit30a031edc5c5f161ba487822a4adb3c60a9864b1 (patch)
treea9c64d6d4059029b4554fba47d6d19e04728c1a2 /_includes
parent22a335754035ae9ee8d1bbdfc65ad83f8bbe834f (diff)
downloadmccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.gz
mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.bz2
mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.zip
Initial commit
Diffstat (limited to '_includes')
-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>