Sha256: 36e096c85845013bea4517374f1d90775c45e2a5d4f5873dab0056c5b685c989

Contents?: true

Size: 538 Bytes

Versions: 19

Compression:

Stored size: 538 Bytes

Contents

<section class="container content-section text-center">
  <div class="row">
    <div class="col-lg-offset-2 col-lg-8">
      <h2>Where to Stay</h2>
      <p>
        We have a block of rooms nearby for anyone that wants to spend the night in Long Beach.
      </p>
      <div class="row">
        {% for hotel in site.hotels.lbc %}
          <div class="col-lg-offset-3 col-sm-6 ">
            {% include hotel_thumbnail.html hotel=hotel %}
          </div>
        {% endfor %}
      </div>
    </div>
  </div>
</section>

Version data entries

19 entries across 19 versions & 1 rubygems

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