Sha256: 8346c2c03d551aa8c41b551504e541e5cb9ab3ab3c2299d9d8ba092088710141

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

Contents

---
layout: default
---

<article {% if page.feature-img %}class="feature-image" {% endif %} style="padding:0;">
    <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')">
        <h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1>
        {% if include.is_post %}
        {% include post_info.html author=page.author date=page.date %}
        {% else %}
    </header>
    <section class="post-content">{{ content }}</section>

    <div style="display: inline-block;">
        <!-- Social media shares -->
        {% if include.is_post %} {% include share_buttons.html %} {% endif %}

        <!-- Tag list -->
        {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
        {% include tags_list.html tags=tag_list %}
    </div>

</article>

<!-- Disqus -->
{% if site.disqus_shortname or site.theme_settings.disqus_shortname %}
{% include disqus.html %}{% endif %}

<!-- Post navigation -->
{% if site.post_navigation %}
{% include post_nav.html %}
{% endif %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
type-on-strap-2.3.4 _layouts/custom.html
type-on-strap-2.3.3 _layouts/custom.html
type-on-strap-2.3.1 _layouts/custom.html
type-on-strap-2.3.0 _layouts/custom.html
type-on-strap-2.2.6 _layouts/custom.html
type-on-strap-2.2.5 _layouts/custom.html
type-on-strap-2.2.4 _layouts/custom.html
type-on-strap-2.2.1 _layouts/custom.html