Sha256: ca9dd1698ccfa08920b4ec5460f07b492bbf18dde84aa98a0f34868d40fe436c
Contents?: true
Size: 725 Bytes
Versions: 5
Compression:
Stored size: 725 Bytes
Contents
--- layout: base --- <article class="post"> <h1 class="post-title">{{ page.title }}</h1> <time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string: "ordinal", "US" }}</time> {{ content }} </article> {% if site.related_posts != empty %} <aside class="related-post-wrapper"> <h2>Related posts</h2> <div class="related-posts"> {% for post in site.related_posts limit:3 %} <div class="post-ref"> <a href="{{ post.url | relative_url }}">{{ post.title }}</a> <span></span> <time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string: "ordinal", "US" }}</time> </div> {% endfor %} </ul> </aside> {% endif %}
Version data entries
5 entries across 5 versions & 1 rubygems