Sha256: 06ec184e192b205f46592f9fe63f26db3f1cdecc20f93a108f5ff9007584ca94

Contents?: true

Size: 1.39 KB

Versions: 12

Compression:

Stored size: 1.39 KB

Contents

{% for story in site.posts %}

<div class="news">
    <div class="news-item">
      <div class="container">
        <div class="section">
          <div class="story-news columns">
            <div class="news-image column is-half">
              <figure class="image">
                <img src={{story.preview_image}} alt="this used to be photo">             
              </figure>
            </div>
            <div class="news-content column is-half">
                <div class="media">
                  <div class="media-content">
                    <div class="date">{{story.date | date: "%d.%m.%Y"}}</div>
                    <h4>{{story.title}}</h4>
                  </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>

{% endfor %}



Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
intia-theme-0.1.65 _includes/stories.html
intia-theme-0.1.64 _includes/stories.html
intia-theme-0.1.63 _includes/stories.html
intia-theme-0.1.62 _includes/stories.html
intia-theme-0.1.61 _includes/stories.html
intia-theme-0.1.60 _includes/stories.html
intia-theme-0.1.59 _includes/stories.html
intia-theme-0.1.58 _includes/stories.html
intia-theme-0.1.57 _includes/stories.html
intia-theme-0.1.56 _includes/stories.html
intia-theme-0.1.55 _includes/stories.html
intia-theme-0.1.54 _includes/stories.html