Sha256: 8ac20af5ce44af1d5e50e359eb2e21b9a3e3694325bcaa2c2bb27d51a504708d
Contents?: true
Size: 1.1 KB
Versions: 6
Compression:
Stored size: 1.1 KB
Contents
--- layout: default --- <article {% if page.feature-img %}class="feature-image"{% endif %}> <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')"> {% unless page.hide_title %} <h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1> <p class="meta"> {{ page.date | date: "%B %-d, %Y" }} {% if page.author %} - {{ page.author }}{% endif %} </p> {% endunless %} </header> <section class="post-content"> {% if page.bootstrap %} <div class="bootstrap-iso"> {% endif %} {{ content }} {% if page.bootstrap %} </div> {% endif %} </section> <!-- Social media shares --> {% include share_buttons.html %} <!-- Tag list --> {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %} {% include tags_list.html tags=tag_list %} </article> <!-- Disqus --> {% if site.theme_settings.disqus_shortname %} <div class="comments"> {% include disqus.html %} </div> {% endif %} <!-- Post navigation --> {% if site.theme_settings.post_navigation %} {% include post_nav.html %} {% endif %}
Version data entries
6 entries across 6 versions & 2 rubygems