summaryrefslogtreecommitdiffstats
path: root/tpl/objects/card.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/objects/card.pug')
-rw-r--r--tpl/objects/card.pug5
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/objects/card.pug b/tpl/objects/card.pug
index e0f6a15..1db2fe5 100644
--- a/tpl/objects/card.pug
+++ b/tpl/objects/card.pug
@@ -1,8 +1,9 @@
1mixin card 1mixin card
2 - 2 -
3 let classes = { 3 let classes = {
4 'o-card': true, 4 'o-card': true,
5 'o-card--quiet': !!attributes.quiet, 5 'o-card--quiet': !!attributes.quiet,
6 'o-card--thumbnail': !!attributes.thumbnail,
6 } 7 }
7 8
8 if (attributes.class) { 9 if (attributes.class) {