Files @ 2d039faedf28
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Christopher Neugebauer
Adds social media links (#32)

* Adds social media links

* Un-ooopses the title of the homepage
{% extends "site_base.html" %}

{% load i18n %}

{% load wagtailcore_tags %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body|richtext }}
{% endblock %}