X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/d82db041f520a51eccee6788ebc3a494e2a4280f..6bec9dfd9d2ea3cc93ac1b5caab895140416c98c:/templates/base.html diff --git a/templates/base.html b/templates/base.html index ee565e1..cb3a718 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,7 @@ <head> <title>{% block title %}{{ title }}{% endblock %}</title> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/main.css" /> + {% block extrahead %}{% endblock %} </head> <body> <div id="page"> @@ -54,7 +55,7 @@ {% endblock %} </div> <div id="footer"> - <p>Copyright © 2008 - <a href="mailto:iDunno@sommitrealweird.co.uk">Brett Parker</a></p> + <p>Copyright © 2008-2013 - <a href="mailto:iDunno@sommitrealweird.co.uk">Brett Parker</a></p> </div> </div> </body>