Skip to content

Commit

Permalink
✏️ Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed May 15, 2018
1 parent f2ac8e2 commit ece4165
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -82,6 +82,10 @@ If you want you can still download the waffle grid [here](https://github.com/luc

The full docs can be found [here](https://github.com/lucasgruwez/waffle-grid/wiki)

## Like this project?

Please feel free to give the waffle-grid repo a star, and if you want to help support my work, please consider [donating](https://paypal.me/lucasgruwez).

## Built With

* [Gulp](http://gulpjs.com/) - Build system
Expand Down
2 changes: 2 additions & 0 deletions docs/_config.yml
Expand Up @@ -21,3 +21,5 @@ npm: https://npmjs.com/package/waffle-grid
author:
github: https://github.com/lucasgruwez
twitter: https://twitter.com/lucasgruwez

donate: https://paypal.me/lucasgruwez
2 changes: 2 additions & 0 deletions docs/_includes/nav.html
Expand Up @@ -4,13 +4,15 @@
<ul class="m-hide">
<li><a href="{{site.docs}}">Docs</a></li>
<li><a href="{{site.download}}">Download</a></li>
<li><a href="{{site.donate}}">Donate</a></li>
<li><a href="{{site.repo}}">Github</a></li>
</ul>
<div class="responsive-nav m-and-lower">
<i class="hamburger"><img src="{{site.baseurl}}/img/icon-menu.svg" alt="Menu"></i>
<ul class="js-toggled">
<li><a href="{{site.docs}}">Docs</a></li>
<li><a href="{{site.download}}">Download</a></li>
<li><a href="{{site.donate}}">Donate</a></li>
<li><a href="{{site.repo}}">Github</a></li>
</ul>
</div>
Expand Down

0 comments on commit ece4165

Please sign in to comment.