diff options
author | jan <jan@ruken.pw> | 2016-11-27 20:19:39 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-11-27 20:19:39 (UTC) |
commit | 80e7d249146c661edf80519315d5c26dd70a4d14 (patch) | |
tree | c6c86a2c7186752d32539519cbf737cb30cf87a6 /frontend | |
parent | f4a485fe8227b98c417f1ecb52251fb2a9638911 (diff) |
flexy flexboxfeature/flexy-flexbox
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/renderer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/renderer.go b/frontend/renderer.go index 7d3a161..6fada60 100644 --- a/frontend/renderer.go +++ b/frontend/renderer.go | |||
@@ -19,6 +19,7 @@ type Action struct { | |||
19 | // Card ist eine Karte im Materialize-Design. | 19 | // Card ist eine Karte im Materialize-Design. |
20 | type Card struct { | 20 | type Card struct { |
21 | Title string | 21 | Title string |
22 | SubTitle *string | ||
22 | Image string | 23 | Image string |
23 | Description string | 24 | Description string |
24 | Size string | 25 | Size string |