Sha256: 533c8f11c6e29812b9ae221b4ea0fbb9f541ed3b95c9aecab31666c5861a78be

Contents?: true

Size: 884 Bytes

Versions: 20

Compression:

Stored size: 884 Bytes

Contents

{% if page.gallery %}
    {% assign galleries=site.data.[page.gallery] %}
    {% for gallery in galleries %}
    <div class="columns is-multiline">
        <div class="column is-12">
            <p class="title is-3 has-text-centered">{{ gallery.title }}</p>
        </div>
        {% for image in gallery.images %}
        <div class="column is-4-desktop is-6-tablet">
            <div class="card">
                <div class="card-image">
                    {% include image-modal.html ratio=image.ratio link=image.link alt=image.alt large_link=image.large_link %}
                </div>
                <div class="card-content">
                    <div class="content">
                        {{ image.description | markdownify }}
                    </div>

                </div>
            </div>
        </div>
        {% endfor %}
    </div>
    {% endfor %}
{% endif %}

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
bulma-clean-theme-0.13.3 _includes/gallery.html
bulma-clean-theme-0.13.2 _includes/gallery.html
mgm-jekyll-bulma-0.1.2 _includes/gallery.html
mgm-jekyll-bulma-0.1.1 _includes/gallery.html
bulma-clean-theme-0.13.1 _includes/gallery.html
bulma-clean-theme-0.13 _includes/gallery.html
bulma-clean-theme-0.12 _includes/gallery.html
jekyll-theme-opentoolbox-1.1.0 _includes/gallery.html
jekyll-theme-opentoolbox-1.0.8 _includes/gallery.html
bulma-clean-theme-0.11.2 _includes/gallery.html
bulma-clean-theme-0.11.1 _includes/gallery.html
bulma-clean-theme-0.11 _includes/gallery.html
bulma-clean-theme-0.10.6 _includes/gallery.html
bulma-clean-theme-0.10.5 _includes/gallery.html
bulma-clean-theme-0.10.4 _includes/gallery.html
bulma-clean-theme-0.10.3 _includes/gallery.html
bulma-clean-theme-0.10.2 _includes/gallery.html
bulma-clean-theme-0.10.1 _includes/gallery.html
bulma-clean-theme-0.10 _includes/gallery.html
bulma-clean-theme-0.9.2 _includes/gallery.html