[fix] image hotlinking
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
href="/articles/{{ article.video_id }}"
|
||||
class="flex items-center w-11/12 md:w-5/6 lg:w-4/6 mx-auto rounded px-6 py-3 bg-secondary hover:bg-tertiary transition-all duration-200"
|
||||
>
|
||||
<img class="h-14 mr-6 rounded" src="https://i.ytimg.com/vi_webp/{{ article.video_id }}/maxresdefault.webp"></img>
|
||||
<img class="h-14 mr-6 aspect-video object-cover rounded" src="https://i1.ytimg.com/vi/{{ article.video_id }}/hqdefault.jpg"></img>
|
||||
<span>{{ article.title }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user