From 4a1d87c99310a21f34eafde50fae0470b4077a1d Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sun, 13 Aug 2017 20:05:01 -0700 Subject: [PATCH] fix issues with og metatags --- pinaxcon/templates/site_base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index f892632..10b203e 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -13,8 +13,9 @@ {% block extra_head %} - + + {% endblock %} {% endblock %}