Sha256: 228f78228eb674d261e38fe5d4bc1b777f7b5ba0dc82276961461b6bed7a507d
Contents?: true
Size: 967 Bytes
Versions: 5
Compression:
Stored size: 967 Bytes
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> <p class="meta"> {{ page.date | date: "%B %-d, %Y" }} {% if page.author %} - {{ page.author }}{% endif %} </p> </header> <section class="post-content">{{ content }}</section> <div style="display: inline-block;"> <!-- Social media shares --> {% include share_buttons.html %} <!-- Tag list --> {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %} {% include tags_list.html tags=tag_list %} </div> </article> <!-- Disqus --> {% if site.disqus_shortname %} <div class="comments"> {% include disqus.html %} </div> {% endif %} <!-- Post navigation --> {% if site.post_navigation %} {% include post_nav.html %} {% endif %}
Version data entries
5 entries across 5 versions & 1 rubygems