We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8af84 commit bc061aaCopy full SHA for bc061aa
index.js
@@ -75,9 +75,9 @@ module.exports = {
75
</label>
76
{% endfor %}
77
78
- <a href="{{file.value.absolute}}" class="file--link" style="{{nofile}}">
+ <a href="{{file.value.path}}" class="file--link" style="{{nofile}}">
79
{% if imgregex.test(file.value.type) %}
80
- <img src="{{file.value.absolute}}" class="file--image" title="file.value.original">
+ <img src="{{file.value.path}}" class="file--image" title="file.value.original">
81
{% else %}
82
{{file.value.original}}
83
{% endif %}
0 commit comments