Sha256: 0d3696e50291a35a5fa3a5738ef9504f361b06ed7dbebfbe6d994aa2cddfbc2e
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
--- layout: default --- <article> <div class="row"> <div class="twelve columns"> <h1 class="blogtitle">{{ page.title }}</h1> <span class="blogdate"> <time> {{ page.date | date: '%A, %B %d, %Y' }}</time> {% if site.reading-time %} - {% include reading-time.html %}{% endif %} </span> </div> </div> <div class="row"> <div class="twelve columns blogcontent"> {{ content }} </div> </div> <div class="row"> <div class="twelve columns post-navigation"> {% if page.next.url %} <a href="{{ page.next.url | prepend: site.baseurl | prepend: site.url }}" title="NEXT: {{ page.next.title }}">⇐</a> <span>·</span> {% endif %} <a href="{{ "/blog" | prepend: site.baseurl | prepend: site.url }}" title="Back to Index">Index</a> {% if page.previous.url%} <span>·</span> <a href="{{ page.previous.url | prepend: site.baseurl | prepend: site.url }}" title="PREV: {{ page.previous.title }}">⇒</a> {% endif %} </div> </div> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bryte-0.9.0 | _layouts/post.html |