Added icons for RSS and ATOM to make it look nicer
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<a id='home-page-link' href="/"><%= locale.home_page %></a>
|
||||
/
|
||||
<% if (config.rss == true) { %>
|
||||
<a id='global-rss-link' href="/rss"><%= locale.rss_feed %></a>
|
||||
<a id='rss-link' href="/rss">
|
||||
<img class='icon' src='/icons/rss.png' alt="<%= locale.rss_feed %>" title='<%= locale.rss_feed %>'>
|
||||
</a>
|
||||
<% } %>
|
||||
/
|
||||
<% if (config.atom == true) { %>
|
||||
<a id='global-atom-link' href="/atom"><%= locale.atom_feed %></a>
|
||||
<a id='atom-link' href="/atom">
|
||||
<img class='icon' src='/icons/atom.png' alt='<%= locale.atom_feed %>' title='<%= locale.atom_feed %>'>
|
||||
</a>
|
||||
<% } %>
|
||||
/
|
||||
<a id='new-post-link' href="<%= config.new_post_url %>"><%= locale.new_post %></a>
|
||||
|
||||
Reference in New Issue
Block a user