From c40c91cf845ccbf1fc4f959941a6f6594632b457 Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Sun, 5 Sep 2021 15:33:01 -0400 Subject: [PATCH] post template html --- src/includes/layouts/post.njk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/includes/layouts/post.njk b/src/includes/layouts/post.njk index e69de29..a5cb631 100644 --- a/src/includes/layouts/post.njk +++ b/src/includes/layouts/post.njk @@ -0,0 +1,8 @@ +--- +layout: base +--- + +
+

{{ title }}

+ {{ content | safe }} +