Sha256: 99a25b61df385756bda6d2d1ce56132539eacd75baee17b39bc1914b76bb7c6f

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

{% include header.html %}

    {% include home-hero.html %}

    <main id="portfolio">
      <div class="container">
        <div class="row">
          <div class="col-md-12">

            <!-- {% if site.home_section_subtitle != '' %}
            <p class="section-subtitle text-center">{{ site.home_section_subtitle }}</p>
            {% endif %} -->
            <div class="break"></div>
            {% if site.home_section_title != '' %}
            <h2 class="section-title text-center">{{ site.home_section_title }}</h2>
            {% endif %}

            <div class="break"></div>

            {% for post in paginator.posts %}
              <div class="wow fadeIn">
              {% if post.position == "left" %}
                {% include content-left.html %}
              {% endif %}

              {% if post.position == "right" %}
                {% include content-right.html %}
              {% endif %}
              </div>
            {% endfor %}

            {% include pagination.html %}

          </div>
        </div>
      </div>
    </main>

{% include footer.html %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chiefsan.github.io-0.0 _layouts/home.html