X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/bb8272178c6c35fcb92bc5a08342faf40d3fab1b..refs/heads/master:/templates/base.html?ds=sidebyside diff --git a/templates/base.html b/templates/base.html index 430b8c6..eacc07e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,9 @@ {% block title %}{{ title }}{% endblock %} - + {% load static %} + + {% block extrahead %}{% endblock %}
@@ -18,7 +20,7 @@ {% for item in content_menu %}
  • {{ item.title }}
  • {% endfor %} -
  • Photos
  • +
  • Photos
  • Blog
  • {% endblock %} @@ -54,7 +56,7 @@ {% endblock %}