Skip to content

Commit bc061aa

Browse files
committed
🐛 absolute is now path
1 parent ce8af84 commit bc061aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ module.exports = {
7575
</label>
7676
{% endfor %}
7777
78-
<a href="{{file.value.absolute}}" class="file--link" style="{{nofile}}">
78+
<a href="{{file.value.path}}" class="file--link" style="{{nofile}}">
7979
{% if imgregex.test(file.value.type) %}
80-
<img src="{{file.value.absolute}}" class="file--image" title="file.value.original">
80+
<img src="{{file.value.path}}" class="file--image" title="file.value.original">
8181
{% else %}
8282
{{file.value.original}}
8383
{% endif %}

0 commit comments

Comments
 (0)