Skip to content

Commit ece4165

Browse files
committed
✏️ Updates
1 parent f2ac8e2 commit ece4165

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ If you want you can still download the waffle grid [here](https://github.com/luc
8282

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

85+
## Like this project?
86+
87+
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).
88+
8589
## Built With
8690

8791
* [Gulp](http://gulpjs.com/) - Build system

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ npm: https://npmjs.com/package/waffle-grid
2121
author:
2222
github: https://github.com/lucasgruwez
2323
twitter: https://twitter.com/lucasgruwez
24+
25+
donate: https://paypal.me/lucasgruwez

docs/_includes/nav.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<ul class="m-hide">
55
<li><a href="{{site.docs}}">Docs</a></li>
66
<li><a href="{{site.download}}">Download</a></li>
7+
<li><a href="{{site.donate}}">Donate</a></li>
78
<li><a href="{{site.repo}}">Github</a></li>
89
</ul>
910
<div class="responsive-nav m-and-lower">
1011
<i class="hamburger"><img src="{{site.baseurl}}/img/icon-menu.svg" alt="Menu"></i>
1112
<ul class="js-toggled">
1213
<li><a href="{{site.docs}}">Docs</a></li>
1314
<li><a href="{{site.download}}">Download</a></li>
15+
<li><a href="{{site.donate}}">Donate</a></li>
1416
<li><a href="{{site.repo}}">Github</a></li>
1517
</ul>
1618
</div>

0 commit comments

Comments
 (0)