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