channel: fix typo in video links

master
Dominika Liberda 2023-04-22 00:35:22 +00:00
parent f8d2e2d7c4
commit efcb5b3bb7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div style='display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));'>
{{start _videos}}
<div>
<a href='watch?v={{.id}}'>
<a href='/watch?v={{.id}}'>
<img src='https://i.ytimg.com/vi/{{.id}}/mqdefault.jpg'><br>
<b>{{.title}}</b></a>
</div>