commit 654e72280d8518e12f16b82ae46cf2ad4b63f9e1
parent 84817a5fd149f5293742cce08af45c4b92e8672b
Author: Florian Dold <florian@dold.me>
Date: Sun, 9 May 2021 19:21:41 +0200
mark virtual link
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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/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>