Fix for broken url in blog post header image
This commit is contained in:
parent
bdff391440
commit
18fe240b93
@ -1,7 +1,7 @@
|
|||||||
//- ******************************************************* -//
|
//- ******************************************************* -//
|
||||||
| {% macro render_blog_post(node) %}
|
| {% macro render_blog_post(node) %}
|
||||||
| {% if node.picture %}
|
| {% if node.picture %}
|
||||||
a.blog_index-header(href="{{ node.url }}")
|
a.blog_index-header(href="{{ node.properties.url }}")
|
||||||
img(src="{{ node.picture.thumbnail('l', api=api) }}")
|
img(src="{{ node.picture.thumbnail('l', api=api) }}")
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user