summaryrefslogtreecommitdiff
path: root/template/news/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/index.html.j2')
-rw-r--r--template/news/index.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/template/news/index.html.j2 b/template/news/index.html.j2
index f98468c5..2d9b2745 100644
--- a/template/news/index.html.j2
+++ b/template/news/index.html.j2
@@ -1,5 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
+<main id="maincontent">
<div class="container-fluid">
<div class="container">
<article>
@@ -23,7 +24,7 @@
<li>
<section class="item-preview">
<header>
- <h3>{{ item['title']|e }}</h3>
+ <h5>{{ item['title']|e }}</h5>
<p class="item-date">
{{ item['date'] }}
</p>