diff options
Diffstat (limited to 'template/index.html.j2')
-rw-r--r-- | template/index.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index 6cc7b44..f3b82e9 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -51,11 +51,11 @@ <div class="row mt-5"> </div> <div class="row"> - <div class="col-8"> + <div class="col-12"> <h2><a href="{{ url_localized('news/index.html')}}">{{ _("News") }}</a></h2> </div> {% for item in newsdata[:3] %} - <div class="col-8"> + <div class="col-12"> <a href="news/{{ item['page'] }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a> </div> {% endfor %} |