Skip to content

Commit f469bbe

Browse files
authored
fix: relative urls for qrcodes (#396)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent d38795b commit f469bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/packages/qr_codes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Project and package QR codes are made available for presentations, see the list
1111
<div class="text-center">
1212
{% for image in site.static_files %}
1313
{% if image.path contains 'images/projqrcode' %}
14-
<a href="{{ image.path }}">
15-
<img src="{{ image.path }}" alt="QR code" />
14+
<a href="{{ image.path | relative_url }}">
15+
<img src="{{ image.path | relative_url }}" alt="QR code" />
1616
</a>
1717
{% endif %}
1818
{% endfor %}

0 commit comments

Comments
 (0)