Skip to content

Commit

Permalink
Merge pull request #827 from consen/master
Browse files Browse the repository at this point in the history
add icon for friendly link title.
  • Loading branch information
iissnan committed Apr 14, 2016
2 parents 5b3fa1e + 5e14866 commit 4e3a7bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layout/_macro/sidebar.swig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
{# Blogroll #}
{% if theme.links %}
<div class="links-of-blogroll motion-element">
<div class="links-of-blogroll-title">{{ theme.links_title }}</div>
<div class="links-of-blogroll-title">
<i class="fa fa-{{ theme.links_icon || 'globe' }} fa-fw"></i>
{{ theme.links_title }}
</div>
<ul class="links-of-blogroll-list">
{% for name, link in theme.links %}
<li class="links-of-blogroll-item">
Expand Down

0 comments on commit 4e3a7bb

Please sign in to comment.