1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-07 20:49:08 +00:00

Remove unused profile circle from pods/vids

have never bene part of those publications, just some leftover copy pasta error
This commit is contained in:
davegson 2022-02-24 11:04:05 +01:00
parent f4a97bc11c
commit 2e54e5244c
2 changed files with 4 additions and 10 deletions

View file

@ -24,9 +24,6 @@
{% endif %}
{{ episode.date | date: "%-d. %b %Y" }}
</span>
<div class="circular-profile" tooltip="{{ post.author | capitalize }}">
<img src="{{ site.img_url }}profiles/{{ post.author | downcase }}.png" alt="{{ post.author | capitalize }}">
</div>
</div>
{% assign title_length = episode.title | size %}
<span>{{ episode.title | slice: 7, title_length }} - #{{ episode.title | slice: 2, 2 }}</span>

View file

@ -1,13 +1,13 @@
<a class="card-blog" href="{{ video.url }}">
<div class="card-blog-thumbnail">
{% if video.custom_thumbnail_name == null %}.
<img
<img
src="{{ site.img_url }}thumbnails/video/placeholder.png"
style="max-width: 365px; max-height: 223px;"
style="max-width: 365px; max-height: 223px;"
>
{% else %}
<img
<img
src="{{ site.img_url }}thumbnails/video/{{ video.custom_thumbnail_name }}.png"
style="max-width: 365px; max-height: 223px;"
>
@ -24,9 +24,6 @@
{% endif %}
{{ video.date | date: "%-d. %b %Y" }}
</span>
<div class="circular-profile" tooltip="{{ post.author | capitalize }}">
<img src="{{ site.img_url }}profiles/{{ post.author | downcase }}.png" alt="{{ post.author | capitalize }}">
</div>
</div>
{% if video.progress_update %}
{% assign title_length = video.title | size %}