[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-www] branch master updated: Integrating a link under the news sec
From: |
gnunet |
Subject: |
[taler-www] branch master updated: Integrating a link under the news section for the GNU40 celebration on index.html |
Date: |
Wed, 20 Sep 2023 12:40:49 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new bb8fb61 Integrating a link under the news section for the GNU40
celebration on index.html
bb8fb61 is described below
commit bb8fb61b163dcf05328b7ab71714bd5930330836
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Sep 20 12:39:40 2023 +0200
Integrating a link under the news section for the GNU40 celebration on
index.html
Signed-off-by: Stefan Kügel <skuegel@web.de>
---
static/images/GNU40_badge-sm.png | Bin 0 -> 25185 bytes
template/index.html.j2 | 5 +++++
2 files changed, 5 insertions(+)
diff --git a/static/images/GNU40_badge-sm.png b/static/images/GNU40_badge-sm.png
new file mode 100644
index 0000000..58c1f88
Binary files /dev/null and b/static/images/GNU40_badge-sm.png differ
diff --git a/template/index.html.j2 b/template/index.html.j2
index ab6fd2f..7ba4682 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-www] branch master updated: Integrating a link under the news section for the GNU40 celebration on index.html,
gnunet <=