Skip to content

Commit

Permalink
small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
farzindev committed Sep 10, 2016
1 parent bc1c8c8 commit d4e3aa6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<header class="blog-header">
<div class="blog-info">
<a class="blog-logo" href="<%=Utils.AbsoluteWebRoot %>" tabindex="-1">
<img src="[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
<img src="<%=Utils.AbsoluteWebRoot %>[CUSTOMFIELD|THEME|Standard|Logo|Custom/Themes/Standard/src/img/logo.png/]" alt="<%=BlogSettings.Instance.Name %>" />
<%=BlogSettings.Instance.Name %>
</a>
<div class="blog-author">
Expand All @@ -69,7 +69,7 @@
</ul>
</div>
<nav class="blog-nav">
<ul class="clearfix">
<ul>
<li><a href="<%=Utils.AbsoluteWebRoot %>" class="item-home" title="<%=Resources.labels.home %>"><i class="fa fa-home"></i></a></li>
<li><a href="<%=Utils.AbsoluteWebRoot %>archive" class="item-archive" title="<%=Resources.labels.archive %>"><i class="fa fa-align-left"></i></a></li>
<li><a href="<%=Utils.AbsoluteWebRoot %>contact" class="item-contact" title="<%=Resources.labels.contact %>"><i class="fa fa-envelope"></i></a></li>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit d4e3aa6

Please sign in to comment.