zola/docs/templates/shortcodes/gallery.html

7 lines
189 B
HTML
Raw Normal View History

2018-02-02 20:35:04 +00:00
{% for img in page.assets_imgs %}
<a href="{{ config.base_url }}/{{ img }}">
<img src="{{ resize_image(path=img, width=240, height=180, op="fill") }}" />
</a>
&ensp;
{% endfor %}