taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit bb8fb61b163dcf05328b7ab71714bd5930330836
parent 07bd2c86227f5f3699ddb8397c14e12efad98d17
Author: Stefan Kügel <skuegel@web.de>
Date:   Wed, 20 Sep 2023 12:39:40 +0200

Integrating a link under the news section for the GNU40 celebration on index.html

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Astatic/images/GNU40_badge-sm.png | 0
Mtemplate/index.html.j2 | 5+++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/static/images/GNU40_badge-sm.png b/static/images/GNU40_badge-sm.png Binary files differ. diff --git a/template/index.html.j2 b/template/index.html.j2 @@ -53,6 +53,11 @@ <div class="col-12"> <h2><a href="{{ url_localized('news/index.html')}}">{{ _("News") }}</a></h2> </div> + + <div class="col-12"> + <a href="https://www.gnu.org/gnu40/" target="_blank" rel="noopener noreferrer">2023-09-27: GNU40 celebration in Biel, Switzerland<img width="81.5" height="66.5" src="{{ url_static('images/GNU40_badge-sm.png') }}" alt="[ Celebrate 40 years of GNU! ]"></a> + </div> + {% for item in newsdata[:3] %} <div class="col-12"> <a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>