Sha256: 30ecf2e6010516b93cd464a7b58a997a42a24b3cbbaf381c04dec28880d4b958

Contents?: true

Size: 1.31 KB

Versions: 14

Compression:

Stored size: 1.31 KB

Contents

{% if page.latest-story %}
<div class="green">
{% assign story = site.posts | first %}
<div class="story-carousel-item">
    <div class="container">
        <div class="section">
          <div class="slider story-slider columns">
            <div class="slider-image column is-half">
              <figure class="image">
                <img src="{{story.preview_image}}" alt="this used to be photo">             
              </figure>
            </div>
            <div class="slider-content column is-half">
                <div class="media">
                  <div class="media-content">
                    <h2>{{story.title}}</h2>
                  </div>
                </div>
    
                <div class="content">
                  <p>{{story.subtitle}}</p>
                  <a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
                      <span>{{ page.stories_button | default:"Read more" }}</span>
                      <span class="icon is-small">
                      <i class="fas fa-chevron-right fa-xs"></i>
                      </span>
                  </a>           
                </div>
              </div>
          </div>
    </div>
    </div>
</div>
</div>
{% endif %}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
intia-theme-0.1.59 _includes/latest-story.html
intia-theme-0.1.58 _includes/latest-story.html
intia-theme-0.1.57 _includes/latest-story.html
intia-theme-0.1.56 _includes/latest-story.html
intia-theme-0.1.55 _includes/latest-story.html
intia-theme-0.1.54 _includes/latest-story.html
intia-theme-0.1.53 _includes/latest-story.html
intia-theme-0.1.52 _includes/latest-story.html
intia-theme-0.1.51 _includes/latest-story.html
intia-theme-0.1.50 _includes/latest-story.html
intia-theme-0.1.49 _includes/latest-story.html
intia-theme-0.1.48 _includes/latest-story.html
intia-theme-0.1.47 _includes/latest-story.html
intia-theme-0.1.46 _includes/latest-story.html