From c18dd9ef6c9b3407862db7f01372bc65bb1c3721 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 22 Nov 2020 19:37:10 -0600 Subject: Add svg favicon --- src/templates.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/templates.js') diff --git a/src/templates.js b/src/templates.js index 293f0e4..05f117a 100644 --- a/src/templates.js +++ b/src/templates.js @@ -15,6 +15,7 @@ function setUpTemplates(){ loadPartial("navigation", path.join(__dirname, "templates/navigation.html")) loadPartial("footer", path.join(__dirname, "templates/footer.html")) loadPartial("feed", path.join(__dirname, "templates/feed.html")) + loadPartial("header", path.join(__dirname, "templates/header.html")) let templates = {}; loadTemplate(templates, "index", path.join(__dirname, 'templates/index.html')) @@ -30,4 +31,4 @@ function setUpTemplates(){ module.exports = { setUpTemplates -} \ No newline at end of file +} -- cgit v1.2.3