Sha256: ece6c72d7b87179a6000dc2e7d60b27a1c3a307c902ff29479a94784d26636d0
Contents?: true
Size: 1023 Bytes
Versions: 7
Compression:
Stored size: 1023 Bytes
Contents
--- layout: default --- <div class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title }}</h1> <p class="post-meta"> <span class="date">{{ page.date | jdate: "%A %d %b %Y" | habify}}</span> {% if page.meta %} • {{ page.meta }}{% endif %} </p> </header> <article class="post-content"> {{ content }} </article> <small id="post-tags"> {% for tag in page.tags %} <i class="icon-tags"></i> <a rel="tag" href="{{ tag | tag_url }}">{{tag}}</a> {% endfor %} </small> <div style="border-top:1px dotted;"> <p> {% if page.next %} <a href="{{ page.next.url | absolute_url }}" style="float: left"> {{ page.next.title }} >> </a> {% endif %} {% if page.previous %} <a href="{{ page.previous.url | absolute_url }}" style="margin-right:0px;"><< {{ page.previous.title }}</a> {% endif %} </p> </div> {% if site.disqus_shortname %} {% include disqus.html %} {% endif %} </div>
Version data entries
7 entries across 7 versions & 1 rubygems