1
Fork 0
This commit is contained in:
MMaker 2025-12-02 23:49:51 -05:00
commit cf7a27bfa1
Signed by: mmaker
GPG key ID: CCE79B8FEDA40FB2
225 changed files with 3580 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<a href="{{ .srcLink }}" target="_blank">
<div class="mediaitem" data-video-id="{{ .videoid }}" data-video-type="{{ .type }}">
<div class="mediaitem-thumb">
<img width="160" src="{{ .srcThumb }}">
</div>
<div class="mediaitem-type">
{{ .type }}
</div>
<div class="mediaitem-data">
<span class="mediaitem-title">{{ .title }}</span>
<span class="mediaitem-date">{{ .date }}</span>
</div>
</div>
</a>