Skip to content

Commit

Permalink
Create body/header/logo include
Browse files Browse the repository at this point in the history
Added data-last-deploy attribute
  • Loading branch information
cetinajero committed May 4, 2018
1 parent cd85113 commit 7064910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/body/header/logo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="logo">
<a href="/">
<img src="/img/common/logos/{{ site.domain | replace:'.',' ' | truncatewords: 1,"" }}.png" alt="{{ site.title }}" class="logo-img" data-last-deploy="{{ site.time }}"/>
</a>
</div>

0 comments on commit 7064910

Please sign in to comment.