Skip to content

Commit 58303a7

Browse files
committed
Move RSS to header.
1 parent 0e47bcb commit 58303a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<script src="{{ site.baseurl }}/js/main.js"></script>
1212
<link href="{{ site.baseurl }}/css/bootstrap.min.css" rel="stylesheet">
1313
<link href="{{ site.baseurl }}/css/theme.css" rel="stylesheet">
14+
<link rel="alternate" type="application/rss+xml" title="News feed" href="{{ site.baseurl }}/feed.xml">
1415
</head>
1516

1617
<body>
@@ -34,7 +35,6 @@
3435
<li class="active"><a href="{{ site.baseurl }}/archive.html">Archive</a></li>
3536
<li class="active"><a href="{{ site.baseurl }}/downloads/">Downloads</a></li>
3637
<li class="active"><a href="{{ site.baseurl }}/community.html">Community</a></li>
37-
<li class="active"><a href="{{ site.baseurl }}/feed.xml">RSS</a></li>
3838
{% if site.github != '' %}
3939
<li class="active"><a href="https://github.com/{{ site.github }}">Github</a></li>
4040
{% endif %}

0 commit comments

Comments
 (0)