X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..525b287d2a1c652749f6e175568695907ac3a65b:/templates/base.html diff --git a/templates/base.html b/templates/base.html index ebd630e..552a510 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ {% block title %}{{ title }}{% endblock %} + {% block extrahead %}{% endblock %}
@@ -18,8 +19,8 @@ {% for item in content_menu %}
  • {{ item.title }}
  • {% endfor %} -
  • Photos
  • -
  • Blog
  • +
  • Photos
  • +
  • Blog
  • {% endblock %}
    @@ -54,7 +55,7 @@ {% endblock %}