aboutsummaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index c7cd0e5d..b944a6e1 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -52,6 +52,9 @@
52 <!-- font awesome, for team page --> 52 <!-- font awesome, for team page -->
53 <link href="{{ url('dist/font-awesome/css/all.css') }}" rel="stylesheet"> 53 <link href="{{ url('dist/font-awesome/css/all.css') }}" rel="stylesheet">
54 54
55 <!-- handwritten rss -->
56 <link rel="alternate" type="application/rss+xml" title="GNUnet.org rss" href="rss.xml" />
57
55 <!-- rss and atom, WIP 58 <!-- rss and atom, WIP
56 <link rel="alternate" type="application/rss+xml" href="{{ url('feed.rss') }} title="RSS feed for gnunet.org"> 59 <link rel="alternate" type="application/rss+xml" href="{{ url('feed.rss') }} title="RSS feed for gnunet.org">
57 <link rel="alternate" type="application/atom+xml" href="{{ url('feed.atom') }} title="Atom feed for gnunet.org"> 60 <link rel="alternate" type="application/atom+xml" href="{{ url('feed.atom') }} title="Atom feed for gnunet.org">