site baseurl page image path

Solutions on MaxInterview for site baseurl page image path by the best coders in the world

showing results for - "site baseurl page image path"
Alessandra
19 May 2020
1{% if page.img %}
2  <img class="caption__media" data-interchange="
3  {% for img in page.img %}
4    [{{site.baseurl}}/asset/img/{{img[1]}} ({{img[0]}})]
5    {% unless forloop.last %}, {% endunless %}
6  {% endfor %}
7  ">
8{% endif %}
9