diff options
author | Florian Dold <florian@dold.me> | 2021-05-09 19:21:41 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-05-09 19:21:41 +0200 |
commit | 654e72280d8518e12f16b82ae46cf2ad4b63f9e1 (patch) | |
tree | e3ddc87d220c04e527aa62817f8e2bb798926b8f | |
parent | 84817a5fd149f5293742cce08af45c4b92e8672b (diff) | |
download | www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.tar.gz www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.tar.bz2 www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.zip |
mark virtual link
-rw-r--r-- | common/header.j2.inc | 2 | ||||
m--------- | inc | 0 | ||||
-rw-r--r-- | template/wallet.html.j2 | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc index 1e2f5c8..65b2c71 100644 --- a/common/header.j2.inc +++ b/common/header.j2.inc @@ -61,4 +61,4 @@ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> - <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('news/rss.xml') }}" /> + <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}" /> diff --git a/inc b/inc -Subproject 9e9363ec2797fcb51f998ce6e388eb9877e8788 +Subproject ebed74abfc2c3acb1c12df6c5b4453c6da22702 diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 index 47c183a..1febffa 100644 --- a/template/wallet.html.j2 +++ b/template/wallet.html.j2 @@ -192,7 +192,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <!-- <h3>Firefox Beta</h3> <ol> - <li><a href="{{ url('releases/taler-wallet/taler-wallet-stable.xpi') }}">Download the wallet</a> (right click, Save Link As...)</li> + <li><a href="{{ url('releases/taler-wallet/taler-wallet-stable.xpi', virtual=True) }}">Download the wallet</a> (right click, Save Link As...)</li> <li>On the <code>about:debugging</code> page, "Load temporary extension"</li> </ol> |