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 /common | |
parent | 84817a5fd149f5293742cce08af45c4b92e8672b (diff) | |
download | www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.tar.gz www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.tar.bz2 www-654e72280d8518e12f16b82ae46cf2ad4b63f9e1.zip |
mark virtual link
Diffstat (limited to 'common')
-rw-r--r-- | common/header.j2.inc | 2 |
1 files changed, 1 insertions, 1 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') }}" /> |