aboutsummaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-11 17:47:20 +0000
committerng0 <ng0@n0.is>2019-03-11 17:47:20 +0000
commit7f2e5d147def5646af373e30408f8c1e8954ba80 (patch)
treeef39cc25b7be4bd53a9cba12ce2b9388ec8f26dd /common/header.j2.inc
parent8a1299ab64098a0208bac18165324f8967a268e4 (diff)
downloadwww-7f2e5d147def5646af373e30408f8c1e8954ba80.tar.gz
www-7f2e5d147def5646af373e30408f8c1e8954ba80.zip
it should be in the header.
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">