Skip to content

Commit

Permalink
refactor: utilize favicon_tag()
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 9, 2020
1 parent a6b0efe commit 9427653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<%- feed_tag(theme.rss) %>
<% } %>
<% if (theme.favicon){ %>
<link rel="icon" href="<%- theme.favicon %>">
<%- favicon_tag(theme.favicon) %>
<% } %>
<%- css('css/typing') %>
<%- css('css/donate') %>
Expand Down

0 comments on commit 9427653

Please sign in to comment.