You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
189B

  1. {% for img in page.assets_imgs %}
  2. <a href="{{ config.base_url }}/{{ img }}">
  3. <img src="{{ resize_image(path=img, width=240, height=180, op="fill") }}" />
  4. </a>
  5. &ensp;
  6. {% endfor %}