[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-www] branch stable updated (07bd2c8 -> bb8fb61)
From: |
gnunet |
Subject: |
[taler-www] branch stable updated (07bd2c8 -> bb8fb61) |
Date: |
Wed, 20 Sep 2023 13:12:51 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a change to branch stable
in repository www.
from 07bd2c8 Translated using Weblate (Italian)
add bb8fb61 Integrating a link under the news section for the GNU40
celebration on index.html
No new revisions were added by this update.
Summary of changes:
static/images/GNU40_badge-sm.png | Bin 0 -> 25185 bytes
template/index.html.j2 | 5 +++++
2 files changed, 5 insertions(+)
create mode 100644 static/images/GNU40_badge-sm.png
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 stable updated (07bd2c8 -> bb8fb61),
gnunet <=