From e26ca6cec1b5530217def7face5238b9871de005 Mon Sep 17 00:00:00 2001
From: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
Date: Mon, 17 May 2021 15:06:05 -0600
Subject: [PATCH] add html metadata
---
source/_templates/layout.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index a57e094..7fc2b2d 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -2,4 +2,13 @@
{# Import the layout of the theme. #}
{% extends "!layout.html" %}
-{% set css_files = css_files + ['_static/default.css'] %}
\ No newline at end of file
+{% set css_files = css_files + ['_static/default.css'] %}
+
+{% block extrahead %}
+
+
+
+
+
+{% endblock %}