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:
parent
2d039faedf
commit
3c41f1083f
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
{% load wagtailcore_tags %}
|
||||
|
||||
{% block head_title %}{{ page.title }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
{{ page.body }}
|
||||
|
|
Loading…
Reference in a new issue