Skip to content

Commit 88ca8d3

Browse files
author
Will Binns
authored
Merge pull request #69 from EthWorks/footer-qr-code
Fix footer qr code visibility on the subpages
2 parents 2aa2545 + 22db791 commit 88ca8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_theme/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717
</div>
1818
<div class="donate-qrcode ">
19-
<img src="./_static/qr.png" alt="QR-code">
19+
<img src="{{ pathto('_static/qr.png', 1) }}" alt="QR-code">
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)