quick fix for author picture access

master
rob 3 years ago
parent 4ec2f28800
commit f81a9ef5ef

@ -35,7 +35,7 @@ block content
.uk-margin
h4 Post author
div(uk-grid).uk-grid-small
if post.author.picture.small
if post.author.picture && post.author.picture.small
.uk-width-auto
img(src=`/image/${post.author.picture.small}`)
.uk-width-expand

Loading…
Cancel
Save