From 179e30b9ae1f9baadc3541e1df6b0d5872eef685 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Sat, 2 Nov 2019 18:04:43 -0400 Subject: [PATCH] Add some meta tags --- _includes/layouts/layout.njk | 31 ++++++++++++++++++++++++++++++- archive.njk | 1 + years.njk | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/_includes/layouts/layout.njk b/_includes/layouts/layout.njk index 5ba4f22..7156ee0 100644 --- a/_includes/layouts/layout.njk +++ b/_includes/layouts/layout.njk @@ -2,7 +2,36 @@ - Witch of Light + + {% if title %} + Witch of Light - {{ title }} + + + {% else %} + Witch of Light + + + {% endif %} + {% if summary %} + + + + {% else %} + + + + {% endif %} + + + + + + + + + + +