Sha256: 7e0125ddb9f65a04ec4d3fdff108a59e13edd29cdb7b6521070281697a43f2df

Contents?: true

Size: 1.34 KB

Versions: 26

Compression:

Stored size: 1.34 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">
                    <h4>{{story.date | date: "%m.%d.%Y"}}</h4>
                    <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>Mehr lesen</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

26 entries across 26 versions & 1 rubygems

Version Path
intia-theme-0.1.13 _includes/stories.html
intia-theme-0.1.12 _includes/stories.html
intia-theme-0.1.11 _includes/stories.html
intia-theme-0.1.10 _includes/stories.html
intia-theme-0.1.9 _includes/stories.html
intia-theme-0.1.8 _includes/stories.html