Sha256: de065a688064829d04770e959adafc1928cbe0205b4d0894583e6e8a202c0d64

Contents?: true

Size: 1.98 KB

Versions: 26

Compression:

Stored size: 1.98 KB

Contents

---
js-package: blog
css-package: blog
layout: container
---

{% if page.previous.url %}
    <a href="{{page.previous.url}}" class="previous_post_anchor">
        <div class="previous_post"></div>
    </a>
{% endif %}
{% if page.next.url %}
    <a href="{{page.next.url}}" class="next_post_anchor">
        <div class="next_post"></div>
    </a>
{% endif %}

<div class="col-md-9">
    <article class="post-content">
        <div class="post-info">
            <h1>{{page.title }}</h1>
            
            {% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date |  date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %}
            {% if page.categories %}in <a href="/categories/#{{page.categories[0]}}">{{page.categories[0] | capitalize}}</a>{% endif %}
            {% if page.author %}
                {% assign author = site.authors | where: 'username' , page.author %}
                {% assign author = author[0] %}
                <em> By
                    {% if author %}
                        <a href="{{author.url}}">
                            <strong>
                                {{author.name}}
                            </strong>
                        </a>
                    {% else %}
                            <strong>
                                {{page.author}}
                            </strong>
                    {% endif %}
                    
                </em>
            {% endif %}
        </div>
        {{ content }}
    </article>
    
    <hr />
    
    {% comment %}
        TAGS - Check to see if the tags_enabled setting in settings.yml data file is toggled.
    {% endcomment %}
    
    {% include post-tags.html %}
    
    {% comment %}
        COMMENTS - Check to see if comments are toggled for this particular post.
    {% endcomment %}
    
    {% include post-comments.html %}
    

</div>

{% comment %}
    Display a right side bar.
{% endcomment %}

<div class="col-md-3">
    {% include post-sidebar.html %}
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-1.4.1.5 _layouts/post.html
jumbo-jekyll-theme-1.4.1.4 _layouts/post.html
jumbo-jekyll-theme-1.4.1.3 _layouts/post.html
jumbo-jekyll-theme-1.4.1.2 _layouts/post.html
jumbo-jekyll-theme-1.4.1.1 _layouts/post.html
jumbo-jekyll-theme-1.4 _layouts/post.html