Skip to content

Commit

Permalink
Update friends.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm214 authored Jan 3, 2020
1 parent e5edf59 commit 15dc354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breek/templates/friends.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="widget_tag_cloud tagcloud">
<% if (site.customConfig.friends) { %>
<% site.customConfig.friends.forEach(function(friend, tagIndex) { %>
<a href="<%= friend.siteLink %>" class="ctag ctag-<%= tagIndex %>"><img src="https://gravatar.loli.net/avatar/<%= friend.siteLogo %>"><%= friend.siteName %></a>
<a href="<%= friend.siteLink %>" class="friend ctag ctag-<%= tagIndex %>"><img src="https://gravatar.loli.net/avatar/<%= friend.siteLogo %>"><%= friend.siteName %></a>
<% }); %>
<% } %>
</div>
Expand Down

0 comments on commit 15dc354

Please sign in to comment.