Skip to content

Commit 7d1ed32

Browse files
committed
Make donor logos relative for the time being
they're not appearing when published to a subfolder of GitHub pages.
1 parent 9b44841 commit 7d1ed32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ through open discussion, collaboration, design, and code.
99

1010
### Gold Level Sponsor
1111

12-
<img src="/duck-duck-go.svg" alt="WebPros" title="WebPros" width="400">
12+
<img src="duck-duck-go.svg" alt="WebPros" title="WebPros" width="400">
1313

1414
### Silver Level Sponsor
1515

16-
<img src="/webpros.svg" alt="WebPros" title="WebPros" width="400">
16+
<img src="webpros.svg" alt="WebPros" title="WebPros" width="400">
1717

1818
## Funding Perl and Raku development
1919

content/our-donors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Perl extensively.
1818

1919
### Gold Level
2020

21-
<img src="/duck-duck-go.svg" alt="WebPros" title="WebPros" width="400">
21+
<img src="duck-duck-go.svg" alt="WebPros" title="WebPros" width="400">
2222

2323
### Silver Level
2424

25-
<img src="/webpros.svg" alt="WebPros" title="WebPros" width="400">
25+
<img src="webpros.svg" alt="WebPros" title="WebPros" width="400">
2626

2727
We are also very grateful to our [past sponsors](past-sponsors.html).

0 commit comments

Comments
 (0)