Only activated entries
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 631 KiB |
@@ -8,7 +8,8 @@ block content
|
|||||||
|
|
||||||
section#items
|
section#items
|
||||||
each val, index in items
|
each val, index in items
|
||||||
a.item(href='/article/show/' + val.identifier)
|
if val.active
|
||||||
title #{val.title}
|
a.item(href='/article/show/' + val.identifier)
|
||||||
img.preview(src=val.previewfile)
|
title #{val.title}
|
||||||
intro #{val.intro}
|
img.preview(src=val.previewfile)
|
||||||
|
intro #{val.intro}
|
||||||
Reference in New Issue
Block a user