Sha256: 7acfb0e8746a4009c72337838db36aa259fbb86abe86a593d76c124dacadd3e6

Contents?: true

Size: 579 Bytes

Versions: 17

Compression:

Stored size: 579 Bytes

Contents

{% for post in paginator.posts %}
    <div class="row blog_post">
        <div class="col-xs-12 post_title no-padding">
            <a href="{{post.url}}"><h3>{{ post.title}}</h3></a>
            <em>{{ post.date | date: "%A, %B %-d, %Y"}}</em><br />
            <p class="post_excerpt">
            {{ post.content | strip_html | truncatewords:30 }}
            </p>
            <p>
                <a href="{{post.url}}">
                    <button class="btn blog-read-more-btn">Read More</button>
                </a>
            </p>
        </div>
    </div>
{% endfor %}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.2.4 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.2.3 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.2.2 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.2.1 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.2.0 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.11 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.10 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.9 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.8 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.7 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.6 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.5 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.4 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.3 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.2 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4.1.1 _includes/display-blog-posts.html
jumbo-jekyll-theme-1.4 _includes/display-blog-posts.html