aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-01 15:14:14 +0000
committerng0 <ng0@n0.is>2019-12-01 15:14:14 +0000
commit3ef3e87d58baa0b9d9974fec2852a3af03c2c0cb (patch)
treee91a7dc1cccaace0f1e2fb10a8102bbf6a50e202 /template
parent8539c5d49a1ad2aeaac069b3e6a73061fdcfa5bf (diff)
downloadwww-3ef3e87d58baa0b9d9974fec2852a3af03c2c0cb.tar.gz
www-3ef3e87d58baa0b9d9974fec2852a3af03c2c0cb.zip
add button for news archive.
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 0c6e142c..578e8d89 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -373,7 +373,7 @@
373 <div class="row"> 373 <div class="row">
374 <div class="container text-center"> 374 <div class="container text-center">
375 <p> 375 <p>
376 Read more of our recent news postings <a href="news/index.html">in the archive</a>. 376 <a class="btn btn-primary btn-lg" href="{{ url_localized('news') }}">{{ _("News Archive") }}</a>
377 </p> 377 </p>
378 </div> 378 </div>
379 </div> 379 </div>