From 73e145884680242d64bc542afac09aee5f24b132 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 13 Aug 2020 11:12:37 -0500 Subject: Remove client JS requirement from /blog, convert new posts from markdown automatically --- src/templates.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/templates.js') diff --git a/src/templates.js b/src/templates.js index 07a774c..7f22bed 100644 --- a/src/templates.js +++ b/src/templates.js @@ -57,5 +57,25 @@ module.exports = { Some highlights (and lowlights) of breadmaking`, post: ` ` + }, + blog: { + pre: ` + + + + Mark's Kitchen - Blog + + + + + + + +

+ < + Blog +

`, + post: ` + ` } } \ No newline at end of file -- cgit v1.2.3