1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-11 06:29:10 +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

@ -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 %}