diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 4847a02..fb1a3ea 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -23,6 +23,7 @@ {% include 'include/xml_feeds.html' %} + {% include 'include/meta.html' %} {% block head %}{% endblock %} {% include 'include/analytics.html' %}