Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Aug 29, 2019
1 parent a21cdb3 commit 795b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/archive.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<%= date(post.date, config.date_format) %>
<% } %>
<% if(post.music){ %>
&nbsp;<i class="fas fa-music" aria-hidden="true"></i>
&nbsp;<i class="fas fa-headphones-alt" aria-hidden="true"></i>
<% } %>
<% if(post.video){ %>
&nbsp;<i class="fas fa-video" aria-hidden="true"></i>
Expand Down

0 comments on commit 795b17e

Please sign in to comment.