Skip to content

Commit ba0dc63

Browse files
authored
Footer: add GP link (#1812)
* Footer: add GP link * Footer: fix GP link content
1 parent c37f114 commit ba0dc63

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

views/_partials/footer.pug

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ footer.border-top.bg-white.mt-auto
1010
|
1111
a.text-decoration-none(href='https://www.jsdelivr.com/')
1212
| jsDelivr
13+
|
14+
| and
15+
|
16+
a.text-decoration-none(href='https://globalping.io/')
17+
| Globalping
18+
|
19+
| network testing platform
1320
.text-center.text-lg-left
14-
| and sponsored by
21+
| Sponsored by
1522
|
1623
each friend, index in config.app.friends
1724
if (index === config.app.friends.length - 1)

0 commit comments

Comments
 (0)