[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-www] branch master updated: All HTML links will open a
From: |
gnunet |
Subject: |
[taler-anastasis-www] branch master updated: All HTML links will open a new browser window now |
Date: |
Thu, 15 Jul 2021 09:43:08 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a commit to branch master
in repository anastasis-www.
The following commit(s) were added to refs/heads/master by this push:
new 031a3f9 All HTML links will open a new browser window now
031a3f9 is described below
commit 031a3f92b9163e0ac322a6957f2f0e52d0f196d8
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Jul 15 09:42:48 2021 +0200
All HTML links will open a new browser window now
---
template/funding.html.j2 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/template/funding.html.j2 b/template/funding.html.j2
index 6d5725a..959b5da 100644
--- a/template/funding.html.j2
+++ b/template/funding.html.j2
@@ -16,7 +16,7 @@
programme within the framework of the LEDGER Project funded
under grant agreement No 825268.
{% endtrans %}
<br>
- <a href="https://www.ngi.eu/ngi-projects/ledger/">NGI
LEDGER</a><br>
+ <a href="https://www.ngi.eu/ngi-projects/ledger/" target="_blank"
rel="noopener noreferrer">NGI LEDGER</a><br>
<img style="width: 35%" src="{{ url('images/ngi_ledger.png') }}"
alt="NGI LEDGER logo">
<img style="width: 10%" src="{{ url('images/bandiera_stelle.png')
}}" alt="EU emblem">
</li>
@@ -26,7 +26,7 @@
We are grateful for free hosting offered by the following
organizations:
{% endtrans %}
<ul>
- <li><a href="https://www.bfh.ch/">Berner Fachhochschule</a></li>
+ <li><a href="https://www.bfh.ch/" target="_blank" rel="noopener
noreferrer">Berner Fachhochschule</a></li>
</ul>
<br>
{% trans %}
@@ -35,8 +35,8 @@
that are helping with the translation effort):
{% endtrans %}
<ul>
- <li><a href="https://www.ashoka.org/">Ashoka</a></li>
- <li><a href="https://www.weblate.org/">Weblate</a></li>
+ <li><a href="https://www.ashoka.org/" target="_blank" rel="noopener
noreferrer">Ashoka</a></li>
+ <li><a href="https://www.weblate.org/" target="_blank" rel="noopener
noreferrer">Weblate</a></li>
</ul>
</p>
</div>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-www] branch master updated: All HTML links will open a new browser window now,
gnunet <=