Sha256: ef5d06662246fad852e573541940534bdfc9b2c824f67af9ddda2af58b6adf81
Contents?: true
Size: 646 Bytes
Versions: 12
Compression:
Stored size: 646 Bytes
Contents
--- layout: base --- <div class="content-width"> <div class="post-header"> <h1 class="post-header--title">{{ page.title }}</h1> {% if page.no_meta %} {% else %} <p class="post-header--meta"> <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: "%-d %B %Y" }} </time> {% if page.keywords %} | <span class="post-header--keywords">{{ page.keywords }}</span> {% endif %} </p> {% endif %} </div> <div class="post-content"> {{ content }} </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems