Sha256: f0c51c4e46f6a50a2650f51c6695808f8818db6199beb2faf3f4194d92d3cc3b

Contents?: true

Size: 393 Bytes

Versions: 18

Compression:

Stored size: 393 Bytes

Contents

---
layout: default
---
{% if content != "" %}
	<p>{{ content }}</p>
{% endif %}
<div id="gallery">
	{% for description in page.descriptions %}
	<div onclick=""> <!-- onclick lets iOS recognise hover events -->
		<img src="{{ '/assets/images/gallery/' | append: forloop.index | append: '.webp' | relative_url }}" alt="{{ description }}">
		<p>{{ description }}</p>
	</div>
	{% endfor %}
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cafe-theme-0.1.21 _layouts/gallery.html
cafe-theme-0.1.20 _layouts/gallery.html
cafe-theme-0.1.19 _layouts/gallery.html
cafe-theme-0.1.18 _layouts/gallery.html
cafe-theme-0.1.17 _layouts/gallery.html
cafe-theme-0.1.16 _layouts/gallery.html
cafe-theme-0.1.15 _layouts/gallery.html
cafe-theme-0.1.14 _layouts/gallery.html
cafe-theme-0.1.13 _layouts/gallery.html
cafe-theme-0.1.12 _layouts/gallery.html
cafe-theme-0.1.11 _layouts/gallery.html
cafe-theme-0.1.10 _layouts/gallery.html
cafe-theme-0.1.9 _layouts/gallery.html
cafe-theme-0.1.8 _layouts/gallery.html
cafe-theme-0.1.7 _layouts/gallery.html
cafe-theme-0.1.6 _layouts/gallery.html
cafe-theme-0.1.5 _layouts/gallery.html
cafe-theme-0.1.4 _layouts/gallery.html