Browse Source

remove .content-block

develop
Rob Colbert 2 years ago
parent
commit
f46d7828f4
  1. 4
      app/views/index.pug

4
app/views/index.pug

@ -4,7 +4,7 @@ block content
include post/components/composer
include post/components/post
.content-block.uk-margin
.uk-margin
if user
+renderComposer()
else
@ -15,7 +15,7 @@ block content
p Welcome to #[span.uk-text-bold= site.name]! Guests can browse the past 24 hours of the public timeline, but participation requires membership.
p And membership is a privilege.
.content-block.uk-margin
.uk-margin
if Array.isArray(posts) && (posts.length > 0)
#dtp-post-list
each post in posts

Loading…
Cancel
Save