symposion_app/pinaxcon/templates/cms_pages/home_page.html
Christopher Neugebauer 3c41f1083f 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.
2016-07-01 10:41:55 +10:00

13 lines
190 B
HTML

{% extends "site_base_wagtail.html" %}
{% load i18n %}
{% load wagtailcore_tags %}
{% block head_title %}{{ page.title }}{% endblock %}
{% block body %}
{{ page.body }}
{% endblock %}