diff --git a/templates/base.html b/templates/base.html index 682cdd3..7ed50b4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,9 @@ {% block title %}{{ sitename }}{% endblock %} + + + {% block head %}{% endblock %}