fix: handle absolute poster URLs from federated instances in templates
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<article class="entry">
|
||||
{% if let Some(poster) = entry.movie().poster_path() %}
|
||||
<div class="poster">
|
||||
<img src="/posters/{{ poster.value() }}" alt="">
|
||||
<img src="{{ poster.value()|poster_src }}" alt="">
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="entry-body">
|
||||
|
||||
Reference in New Issue
Block a user