Sha256: 30a8ea62ff35a4d36f1e7985419e1221d66bfbc0877d44311df9af2c7196b52f

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 KB

Contents

<!-- Intro Header -->
<header class="intro">
    <div class="intro-body">
        <div class="container">
            <div class="row">
                <div class="col-md-10 col-md-offset-2">
                    <h1 class="brand-heading">{{ site.data.couple.spouse1.short_name }} & {{ site.data.couple.spouse2.short_name }}</h1>
                    <p class="intro-text">
                        {% assign main_event = site.data.events | where: "main_event", true | first %}
                        {{ main_event.date | date: '%B %d, %Y' }}
                        <br>
                        {{ main_event.location.city }}, {{ main_event.location.long_state }}
                      <br>
                    </p>
                </div>
            </div>
        </div>
    </div>
</header>

{% for story in site.stories %}
    {% if story.image %}
        {% capture style %}
            {% if story.image_position %} background-position: {{ story.image_position }};{% endif %}
            background-image: url({{ story.image }})
        {% endcapture %}

        <section class="billboard"
                 style="{{ style }}"
        ></section>
    {% endif %}

<section id="ourstory" class="container content-section text-center">
    <div class="row">
        <div class="col-lg-10 col-lg-offset-1">
            {{ story.content | markdownify }}
        </div>
    </div>
</section>
{% endfor %}

Version data entries

7 entries across 7 versions & 1 rubygems

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