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:
parent
f4a97bc11c
commit
2e54e5244c
2 changed files with 4 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue