Browse Source

quick fix for author picture access

develop
Rob Colbert 2 years ago
parent
commit
f81a9ef5ef
  1. 2
      app/views/post/view.pug

2
app/views/post/view.pug

@ -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