summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-04 14:58:23 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-04 14:58:23 +0100
commitd5724508774a82240be1402a5d3f085e75d5fbcd (patch)
tree81e4bb76125da1a59f54f6062d9a76abd4071152 /template
parent01b9b154dcd96a702c6e7b66348c05618cbb6457 (diff)
downloadwww-d5724508774a82240be1402a5d3f085e75d5fbcd.tar.gz
www-d5724508774a82240be1402a5d3f085e75d5fbcd.tar.bz2
www-d5724508774a82240be1402a5d3f085e75d5fbcd.zip
use full width for news on main page
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 6cc7b44f..f3b82e9a 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 %}