From 63668ca89f055b2233a8aa6caf4213853918d68d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 15 Nov 2020 21:43:36 -0600 Subject: Switch to handlebars for templating --- src/templates/blog-single.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/templates/blog-single.html (limited to 'src/templates/blog-single.html') diff --git a/src/templates/blog-single.html b/src/templates/blog-single.html new file mode 100644 index 0000000..8622007 --- /dev/null +++ b/src/templates/blog-single.html @@ -0,0 +1,23 @@ + + + + + Mark's Kitchen - Blog + + + + + + + +

+ < + < + Post from {{date}} +

+ {{> navigation}} + {{> feed}} + {{> footer}} + + + \ No newline at end of file -- cgit v1.2.3