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

styling person job title

parent 74774d6b
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,11 @@
{% if page.photo %}
{% image page.photo original %}
{% endif %}
{% if page.job_title %}
<p>{{ page.job_title }}</p>
{% endif %}
<h2 class="heading heading--person">{{ page.first_name }} {{ page.last_name }}</h2>
{% if page.job_title %}
<h4 class="heading heading--no-margin">{{ page.job_title }}</h4>
{% endif %}
{% if page.website %}
<p>{{ page.website }}</p>
{% 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