Skip to content
Snippets Groups Projects
Commit aaa79406 authored by Chris Lawton's avatar Chris Lawton
Browse files

removing person page title override so the persons name is moved in to the...

removing person page title override so the persons name is moved in to the header and follows suit of other child pages
parent 22925bf8
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block page_title %}People{% endblock %}
{% load wagtailcore_tags wagtailimages_tags %}
{% block content %}
......@@ -9,8 +9,6 @@
<h5 class="heading heading--no-margin">{{ person_type }}</h5>
{% endfor %}
<h2 class="heading heading--person">{{ page.first_name }} {{ page.last_name }}</h2>
{% if page.job_title %}
<h4 class="heading">{{ page.job_title }}</h4>
{% endif %}
......
......@@ -19,11 +19,6 @@
font-weight: $weight--normal;
}
&--person {
margin: 10px 0;
line-height: 1;
}
&--person-introduction {
margin: 1rem 0;
font-weight: $weight--light;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment