Sha256: 5b293419a51de9af0ea88d29e9304cb78bf4e19ac3ff11eeb7d40faaae623bed

Contents?: true

Size: 466 Bytes

Versions: 19

Compression:

Stored size: 466 Bytes

Contents

<section class="container content-section text-center">
  <div class="row">
    <div class="col-lg-12">
      <h2>Registry</h2>
      <p>
        We're registered at
        {% for reg in site.data.registries %}
          {% if forloop.last == true%} and on{% endif %}
          <a href="{{ reg.url }}" target="_blank">{{ reg.name }}</a>{% unless forloop.last == true %},{% endunless %}
        {% endfor %}
      </p>
    </div>
  </div>
</section>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.24 _includes/registry.html
jekyll-theme-easy-wedding-0.1.23 _includes/registry.html
jekyll-theme-easy-wedding-0.1.22 _includes/registry.html
jekyll-theme-easy-wedding-0.1.21 _includes/registry.html
jekyll-theme-easy-wedding-0.1.20 _includes/registry.html
jekyll-theme-easy-wedding-0.1.19 _includes/registry.html
jekyll-theme-easy-wedding-0.1.18 _includes/registry.html
jekyll-theme-easy-wedding-0.1.17 _includes/registry.html
jekyll-theme-easy-wedding-0.1.16 _includes/registry.html
jekyll-theme-easy-wedding-0.1.15 _includes/registry.html
jekyll-theme-easy-wedding-0.1.14 _includes/registry.html
jekyll-theme-easy-wedding-0.1.13 _includes/registry.html
jekyll-theme-easy-wedding-0.1.12 _includes/registry.html
jekyll-theme-easy-wedding-0.1.11 _includes/registry.html
jekyll-theme-easy-wedding-0.1.10 _includes/registry.html
jekyll-theme-easy-wedding-0.1.6 _includes/registry.html
jekyll-theme-easy-wedding-0.1.5 _includes/registry.html
jekyll-theme-easy-wedding-0.1.4 _includes/registry.html
jekyll-theme-easy-wedding-0.1.3 _includes/registry.html