Sha256: e3ff8c455ab832cd10c976d5c505e48493d1c7f8a3df6b7c645a21fd9167e8ff

Contents?: true

Size: 537 Bytes

Versions: 5

Compression:

Stored size: 537 Bytes

Contents

---
layout: default
---

{% capture style %}
    {% if page.image_position %} background-position: {{ page.image_position }};{% endif %}
    background-image: url({{site.baseurl}}/{{ page.billboard_image }})
{% endcapture %}

<header class="billboard billboard-header"
        style="{{style}}">
  <h1 class="billboard-text">
    {{ page.title }}
  </h1>
</header>

<section class="container content-section text-center">
  <div class="row">
    <div class="col-lg-12 page-content">
        {{ content }}
    </div>
  </div>
</section>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.24 _layouts/page.html
jekyll-theme-easy-wedding-0.1.23 _layouts/page.html
jekyll-theme-easy-wedding-0.1.22 _layouts/page.html
jekyll-theme-easy-wedding-0.1.21 _layouts/page.html
jekyll-theme-easy-wedding-0.1.20 _layouts/page.html