Sha256: d3f724340509e518402167ffcd042bbeeceb066fe5514b3aac63ea30b1e28d64

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 Bytes

Contents

<section class="container content-section text-center">
  <div class="row">
    <div class="col-lg-8 col-lg-offset-2 text-left">
      <dl>
        {% for one in site.data.faq %}
          <dt><h3>{{ one.question }}</h3></dt>
          <dd><p class="faq-answer">{{ one.answer }}</p></dd>
        {% endfor %}
      </dl>
    </div>
  </div>
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.12 _includes/faq.html
jekyll-theme-easy-wedding-0.1.11 _includes/faq.html
jekyll-theme-easy-wedding-0.1.10 _includes/faq.html
jekyll-theme-easy-wedding-0.1.6 _includes/faq.html
jekyll-theme-easy-wedding-0.1.5 _includes/faq.html
jekyll-theme-easy-wedding-0.1.4 _includes/faq.html
jekyll-theme-easy-wedding-0.1.3 _includes/faq.html