From 3b0ed28ad9937796de21c500a52206c273467e7e Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Sun, 12 Jun 2022 13:17:56 +0200 Subject: [PATCH] Creation date on both themes --- components/themes/card.latte | 2 ++ components/themes/default.latte | 6 +++++- scripts/themes/card.js | 6 ++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/components/themes/card.latte b/components/themes/card.latte index 5d80609..0c9d8f3 100644 --- a/components/themes/card.latte +++ b/components/themes/card.latte @@ -10,6 +10,7 @@ data-video_download_nowatermark="{path('/download?id=' . $item->id . '&user=' . $item->author->uniqueId)}" data-video_share_url="{$share_url}" data-desc="{$item->desc}" + data-createtime="{$item->createTime}" data-music_title="{$item->music->title}" data-music_url="{path('/stream?url=' . urlencode($item->music->playUrl))}"> @@ -36,6 +37,7 @@