fix: raw_url

This commit is contained in:
Starnakin 2025-05-06 23:16:37 +02:00
parent 6236819e2b
commit c8f8698578

View File

@ -52,7 +52,7 @@
{% if page.get_raw().exist() %}
<div class="download">
<h1>Download</h1>
<a href="{{ page.get_raw() }}">RAW</a>
<a href="{{ page.get_raw().get_url() }}">RAW</a>
</div>
{% endif %}
{% if page.get_exif() %}