Fix page title (#33)

* Adds social media links

* Un-ooopses the title of the homepage

* Fixes the page title on homepage once and for all.
This commit is contained in:
Christopher Neugebauer 2016-07-01 10:41:55 +10:00 committed by Scott Bragg
parent 2d039faedf
commit 3c41f1083f

View file

@ -4,6 +4,8 @@
{% load wagtailcore_tags %}
{% block head_title %}{{ page.title }}{% endblock %}
{% block body %}
{{ page.body }}