Skip to content

Commit

Permalink
Merge pull request #124 from viosey/refactor/url/logo
Browse files Browse the repository at this point in the history
refactor(url): improve logo url decision making
  • Loading branch information
Viosey authored Jan 13, 2017
2 parents e50874a + 37aff31 commit 575c7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/blog_info.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- LOGO -->
<div class="something-else-logo mdl-color--white mdl-color-text--grey-600">
<a href="<% if(theme.url.logo !=null) { %> <%= theme.url.logo %> <% } else { %> # <% } %>">
<a href="<%= theme.url.logo || '#' %>">
<img src="<%= theme.img.logo %>" alt="logo" />
</a>
</div>
Expand Down

0 comments on commit 575c7ec

Please sign in to comment.