From 7e65da7fe96aab3a55ccd55279759dce35e28a02 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Sun, 2 Apr 2023 20:37:36 +0200 Subject: [PATCH] fixes to ttag --- templates/views/tag.latte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/views/tag.latte b/templates/views/tag.latte index 3de0384..0e0671b 100644 --- a/templates/views/tag.latte +++ b/templates/views/tag.latte @@ -14,7 +14,12 @@ {/if}

{$info->detail->title}

{include '../components/rss.latte'}

-

Videos: {number($info->stats->videoCount)} / Views: {number($info->stats->viewCount)}

+

Views: {number($info->stats->viewCount)}

+ {embed '../components/details.latte', title: 'Details'} + {block content} +

Is commerce: {bool_to_str($info->detail->isCommerce)}

+ {/block} + {/embed} {/block} {block content}