Properly show newest video
Some checks failed
Build / build (push) Failing after 1m1s

This commit is contained in:
2025-03-16 10:11:05 +01:00
parent 995fc6ceea
commit 35d76f4ead
7 changed files with 60 additions and 31 deletions

View File

@@ -11,6 +11,7 @@
<div class="video-box">
<h2>{{.Title}}</h2>
<div>{{.Description}}</div>
<img src="{{.Thumbnail}}" alt="Thumbnail" />
</div>
</body>
</html>