We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83257a7 commit 4406749Copy full SHA for 4406749
Makefile
@@ -15,6 +15,7 @@ update-downloads:
15
install-deps:
16
# This shouldn't be set in CI, but it's maybe (?) useful for local development
17
#bundle config set path 'vendor/bundle'
18
+ # we also need `pug`: npm install -g pug
19
bundle install
20
21
precommit:
_includes/header.pug
@@ -36,6 +36,9 @@ html
36
a.dropdown-item.text-secondary.font-weight-bold(href='/contributors/')
37
i.fa.fa-users.mr-2
38
| Contributors
39
+ a.dropdown-item.text-secondary.font-weight-bold(href='/sponsors/')
40
+ i.fa.fa-money.mr-2
41
+ | Sponsors
42
a.dropdown-item.text-secondary.font-weight-bold(href='/ci/')
43
i.fa.fa-cogs.mr-2
44
| Continuous Integration
0 commit comments