fix(templates): strip base_url from nav hrefs and unescape image src URLs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{%- set source_path = "static/images/" ~ src -%}
|
||||
{%- set resized = resize_image(path=source_path, width=width, op="fit_width", quality=85) -%}
|
||||
<img
|
||||
src="{{ resized.url }}"
|
||||
src="{{ resized.url | safe }}"
|
||||
width="{{ resized.width }}"
|
||||
height="{{ resized.height }}"
|
||||
alt="{{ alt }}"
|
||||
|
||||
Reference in New Issue
Block a user