Skip to content

Commit

Permalink
link include video
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Dec 12, 2024
1 parent 4f26014 commit 65e55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/video.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</span>
</a>
</div>
<img src="<%= video.thumbnail %>" alt="<%= video.title %>" loading="lazy" />
<a href="https://youtu.be/<%= video.videoId %>" alt="<%= video.title %>" target="_blank">
<img src="<%= video.thumbnail %>" alt="<%= video.title %>" loading="lazy" />
<div>
<%= video.pubdate %>
</div>
Expand Down

0 comments on commit 65e55c5

Please sign in to comment.