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

styling page introduction

parent 030d41f8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
{% block content %}
<div class="wrapper wrapper--small">
<p>{{ page.introduction }}</p>
<h5 class="heading heading--author">
{{ page.display_date|date:"D, Y-m-d H:i" }}
{% if page.authors.all %}
......@@ -15,6 +14,10 @@
{% endif %}
</h5>
{% if page.introduction %}
<h4 class="heading heading--introduction">{{ page.introduction }}</h4>
{% endif %}
<section class="main-body">
{% include_block page.body %}
</section>
......
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