Sha256: 0cf46c72df255ab6a588ca87f4726ed71c32055c3327be954d27259852918c08

Contents?: true

Size: 677 Bytes

Versions: 42

Compression:

Stored size: 677 Bytes

Contents

{% for post in site.posts %}
    {% if post.author == page.username %}
        <div class="row blog_post">
            <div class="col-xs-12 post_title">
                <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>
    {% endif %}
{% endfor %}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.6.9.4 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.9.3 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.9.2 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.9.1 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.9 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.8 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.7 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.6 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.5 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.4 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.3 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.2 _includes/authors-posts.html
jumbo-jekyll-theme-5.6.0 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.6 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.5 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.4 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.3 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.2 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.1 _includes/authors-posts.html
jumbo-jekyll-theme-5.5.0 _includes/authors-posts.html