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

adding news types to news page

parent 2a585de9
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,15 @@
{% include_block page.body %}
</section>
{% include "includes/share.html" %}
{% if page.news_types.all %}
<ul class="list list--flex">
{% for news_type in page.news_types.all %}
<li class="list__label">{{ news_type }}</li>
{% endfor %}
</ul>
{% endif %}
{% include "includes/share.html" %}
</div>
{% include "includes/relatedcontent.html" with related_documents=page.related_documents.all related_pages=page.related_pages.all %}
......
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