Skip to content
Snippets Groups Projects
Commit 3509f4b8 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge branch 'rss_icon' into 'master'

"RSS" in blog switched to RSS icon

Fixes #245

Switched the RSS text for an icon.

See merge request !583
parents 410cc9cc 7b0aed1b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,9 @@
on Twitter.
 
<a href="/atom.xml" class="rss-btn">
<button class="btn btn-sm btn-default">RSS</button>
<button class="btn btn-sm btn-default" data-toggle="tooltip" data-placement="right" title="RSS">
<i class="fa fa-rss"></i>
</button>
</a>
 
</div>
Loading
Loading
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip()
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment