Skip to content

Commit

Permalink
remove rss
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-tree committed Feb 6, 2019
1 parent fa3067f commit f43e3d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions layout/_partial/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
<a class="main-nav-link" href="<%- url_for(theme.menu[i]) %>"><%= i %></a>
<% } %>
</nav>
<nav id="sub-nav">
<% if (theme.rss){ %>
<a id="nav-rss-link" class="nav-icon" href="<%- url_for(theme.rss) %>" title="<%= __('rss_feed') %>"></a>
<% } %>
</nav>
</div>
</div>
</header>

0 comments on commit f43e3d2

Please sign in to comment.