Skip to content

Commit 4406749

Browse files
committed
feat: added sponsors page
1 parent 83257a7 commit 4406749

File tree

5 files changed

+526
-0
lines changed

5 files changed

+526
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ update-downloads:
1515
install-deps:
1616
# This shouldn't be set in CI, but it's maybe (?) useful for local development
1717
#bundle config set path 'vendor/bundle'
18+
# we also need `pug`: npm install -g pug
1819
bundle install
1920

2021
precommit:

_includes/header.pug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ html
3636
a.dropdown-item.text-secondary.font-weight-bold(href='/contributors/')
3737
i.fa.fa-users.mr-2
3838
| Contributors
39+
a.dropdown-item.text-secondary.font-weight-bold(href='/sponsors/')
40+
i.fa.fa-money.mr-2
41+
| Sponsors
3942
a.dropdown-item.text-secondary.font-weight-bold(href='/ci/')
4043
i.fa.fa-cogs.mr-2
4144
| Continuous Integration

0 commit comments

Comments
 (0)