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

styling person introduction

parent 316989e7
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
<div class="intro"> <div class="intro">
<div class="container"> <div class="container">
{% if page.introduction %}
<p>{{ page.introduction }}</p>
{% endif %}
{% if page.photo %} {% if page.photo %}
{% image page.photo original %} {% image page.photo original %}
{% endif %} {% endif %}
...@@ -21,6 +18,10 @@ ...@@ -21,6 +18,10 @@
{% if page.job_title %} {% if page.job_title %}
<h4 class="heading heading--no-margin">{{ page.job_title }}</h4> <h4 class="heading heading--no-margin">{{ page.job_title }}</h4>
{% endif %} {% endif %}
{% if page.introduction %}
<h4 class="heading heading--person-introduction">{{ page.introduction }}</h4>
{% endif %}
{% if page.website %} {% if page.website %}
<p>{{ page.website }}</p> <p>{{ page.website }}</p>
{% endif %} {% endif %}
......
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