X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..HEAD:/templates/base.html diff --git a/templates/base.html b/templates/base.html index ebd630e..eacc07e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,9 @@ {% block title %}{{ title }}{% endblock %} - + {% load static %} + + {% block extrahead %}{% endblock %}
@@ -18,8 +20,8 @@ {% for item in content_menu %}
  • {{ item.title }}
  • {% endfor %} -
  • Photos
  • -
  • Blog
  • +
  • Photos
  • +
  • Blog
  • {% endblock %}
    @@ -54,7 +56,7 @@ {% endblock %}