Browse Source

Added link to RSS feed in navigation

master
digitalcraftsman 9 years ago
parent
commit
41263706a6
  1. 2
      layouts/partials/nav.html

2
layouts/partials/nav.html

@ -8,5 +8,5 @@
<!-- TODO: If .PermaLink == /about then don't show this link -->
<a href='{{ .Site.BaseURL }}about'>About</a>
<!-- TODO: Add link to RSS feed -->
<a class="cta" href="{{ .Site.BaseURL }}feed.xml">Subscribe</a>
<a class="cta" href="{{ .Site.BaseURL }}index.xml">Subscribe</a>
</nav>
Loading…
Cancel
Save