Only activated entries
This commit is contained in:
parent
71b1264f29
commit
d183cdef9b
BIN
html/Dein.Equipment/public/images/items/grill_preview.jpg
Executable file
BIN
html/Dein.Equipment/public/images/items/grill_preview.jpg
Executable file
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}
|
||||||
Loading…
x
Reference in New Issue
Block a user