Browse Source

quick fix for author picture access

pull/1/head
Rob Colbert 3 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 .uk-margin
h4 Post author h4 Post author
div(uk-grid).uk-grid-small div(uk-grid).uk-grid-small
if post.author.picture.small if post.author.picture && post.author.picture.small
.uk-width-auto .uk-width-auto
img(src=`/image/${post.author.picture.small}`) img(src=`/image/${post.author.picture.small}`)
.uk-width-expand .uk-width-expand

Loading…
Cancel
Save