Fix downloader bug, use plink and add icon to plugin template

This commit is contained in:
2025-12-28 13:28:50 -06:00
parent abe5ce7fba
commit 2eff24d67b
12 changed files with 21 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ func Pages.VideoInfo(tytd,ctx)
<div class="min">
<h4>{vi.title}</h4>
<a class="underline" href={$"./channel?id={Net.Http.UrlEncode(vi.channelId)}"}>{vi.author}</a>
<p>{vi.shortDescription}</p>
<plink(vi.shortDescription)>
</div>
</div>;