From 5b6cf1954870d1e45d2f065a82ff7074a4894151 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 10 Nov 2021 10:39:53 -0300 Subject: [PATCH] Videos en index --- templates/index.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index ee5d9aa..5f59f21 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -11,7 +11,11 @@ {{range .NFTs}}
- + {{if .IsVideo}} + + {{else}} + + {{end}}
{{end}}