Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{% if teaser contains "://" %}
|
||||
"{{ teaser }}"
|
||||
{% else %}
|
||||
"{{ teaser | prepend: "/images/" | prepend: base_path }}"
|
||||
"{{ teaser | prepend: "/" | prepend: base_path }}"
|
||||
{% endif %}
|
||||
alt="">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user