Skip to content

Commit

Permalink
Sidebar: remove feed link from "Social" section as it's in "Browse co…
Browse files Browse the repository at this point in the history
…ntent by" section (pull request #7)
  • Loading branch information
jsliang committed Mar 29, 2014
1 parent b8f7965 commit 78e431c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/index.html
Expand Up @@ -92,11 +92,6 @@ <h2>Links</h2>
<div>
<h2>Social</h2>
<ul>
<li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate">atom feed</a></li>
{% if FEED_ALL_RSS %}
<li><a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate">rss feed</a></li>
{% endif %}

{% for name, link in SOCIAL %}
<li><a href="{{ link }}">{{ name }}</a></li>
{% endfor %}
Expand Down

0 comments on commit 78e431c

Please sign in to comment.