Skip to content

Commit

Permalink
📝 Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Mar 23, 2017
1 parent e5afde8 commit 785a36c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions docs/_includes/footer.html
Expand Up @@ -3,14 +3,28 @@
<div class="row">
<div class="col col-4-of-4">
<ul>
<li><a href="//github.com/lucasgruwez/waffle-grid"><img src="/waffle-grid/img/github-logo.svg"></a></li>
<li><a href="//twitter.com/lucasgruwez"><img src="/waffle-grid/img/twitter-logo.svg"></a></li>
<li><a href="//npmjs.com/package/waffle-grid"><img src="/waffle-grid/img/npm-logo.svg"></a></li>
<li>
<a href="{{site.repo}}">
<img src="/waffle-grid/img/github-logo.svg">
</a>
</li>
<li>
<a href="{{site.author.twitter}}">
<img src="/waffle-grid/img/twitter-logo.svg">
</a>
</li>
<li>
<a href="{{site.npm}}">
<img src="/waffle-grid/img/npm-logo.svg">
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col col-4-of-4">
Made with ❤ by <a href="{{site.author.github}}">@lucasgruwez</a>
<br>
Copyright &copy; 2017 lucasgruwez All Rights Reserved.
</div>
</div>
Expand Down

0 comments on commit 785a36c

Please sign in to comment.