fix: raw_url
This commit is contained in:
parent
6236819e2b
commit
c8f8698578
@ -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() %}
|
||||
|
Loading…
Reference in New Issue
Block a user