Skip to content

Commit

Permalink
Merge pull request #11 from scottnath/master
Browse files Browse the repository at this point in the history
🐛 absolute is now path
  • Loading branch information
Snugug authored Dec 20, 2016
2 parents ce8af84 + bc061aa commit af05726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ module.exports = {
</label>
{% endfor %}
<a href="{{file.value.absolute}}" class="file--link" style="{{nofile}}">
<a href="{{file.value.path}}" class="file--link" style="{{nofile}}">
{% if imgregex.test(file.value.type) %}
<img src="{{file.value.absolute}}" class="file--image" title="file.value.original">
<img src="{{file.value.path}}" class="file--image" title="file.value.original">
{% else %}
{{file.value.original}}
{% endif %}
Expand Down

0 comments on commit af05726

Please sign in to comment.