Skip to content

Commit

Permalink
Fixes issue mmistakes#21
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Cano committed Aug 5, 2013
1 parent ebd1b57 commit 177e665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% for link in site.links %}
<li><a href="{{ site.url }}{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
<li><a href="http://feeds.feedburner.com/MadeMistakes" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a>
<li><a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a>
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
Expand Down

0 comments on commit 177e665

Please sign in to comment.