Skip to content

Commit

Permalink
Use relative URLs for media (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
knomepasi committed Oct 7, 2024
1 parent 61f77fd commit 86a3e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3>In the Press</h3>
<h3>Screenshots</h3>
<div class="media-list">
{%- for media in found -%}
<a href="{{ media }}"><img src="{{ media }}" /></a>
<a href="{{ media | relative_url }}"><img src="{{ media | relative_url }}" /></a>
{%- endfor -%}
</div>
{%- endif -%}
Expand Down

0 comments on commit 86a3e1d

Please sign in to comment.