Sha256: 4e194c709553769ae88b86d86aeb56def1081936b6f24c2624be56243f28641b

Contents?: true

Size: 710 Bytes

Versions: 2

Compression:

Stored size: 710 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  {% include head.html %}

  {% include header.html %}

  <div class="content_post container">
    <div class="lg-12">
        <h2 class="content_post_title">{{ page.title }}</h2>
    </div>
    <div class="lg-12">
        <h4 class="content_post_subtitle">{{ page.subtitle }}</h4>
    </div>
    <div class="text-center">
      <div class="lg-10">
        <div class="poster">
          {% if page.poster %}    
          <img class="img-fluid" width="70%" src="{{ "assets/img/" | append:page.poster | relative_url }}" />
          {% endif %}
        </div>
      </div>
    </div>
    <div class="lg-12 content_text">
      <p>{{ content }}</p>
    </div>
  </div>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-onepage-0.2.0 _layouts/post.html
jekyll-theme-onepage-0.1.0 _layouts/post.html