add option to indicate image copyright for summary preview
This commit is contained in:
parent
e0e86201e6
commit
16d17f7ed7
2 changed files with 12 additions and 3 deletions
|
|
@ -172,6 +172,7 @@ thead {
|
|||
url: "http://test.example.com",
|
||||
title: "Card " + str(perm.at(i)),
|
||||
preview-image: summ.preview-image,
|
||||
img-copyright: if calc.rem(i, 3) == 0 { [Histausse ] } else { none },
|
||||
author: "Me!",
|
||||
description: lorem(10 * calc.rem(i * 123, 10)),
|
||||
date: datetime(year: 2000, month: 12, day: perm.at(i)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue