Replace base_path with absolute_url filter

This commit is contained in:
Michael Rose
2016-11-04 12:50:03 -04:00
parent bdca8cab8b
commit b29e4bf5c9
9 changed files with 8 additions and 17 deletions

View File

@@ -7,10 +7,8 @@ tags:
- Post Formats
---
{% include base_path %}
{% capture fig_img %}
![Foo]({{ basepath }}/assets/images/unsplash-gallery-image-3.jpg)
![Foo]({{ "/assets/images/unsplash-gallery-image-3.jpg" | absolute_url }})
{% endcapture %}
<figure>