fix: raw url

This commit is contained in:
Starnakin 2025-05-06 22:12:53 +02:00
parent b895e5d85c
commit 5fc12d5d33

View File

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