Sha256: 3d6224e62a8fb69cae64e705ecb3a888e7efea577bbeb1accb5912cc2012cd7a
Contents?: true
Size: 613 Bytes
Versions: 6
Compression:
Stored size: 613 Bytes
Contents
--- layout: default --- <div class="post"> <h1 class="post-title">{{ page.title }}</h1> <span class="post-date">{{ page.date | date_to_string }}</span> {{ content }} </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_posts limit:3 %} <li> <h3> <a href="{{ post.url }}"> {{ post.title }} <small>{{ post.date | date_to_string }}</small> </a> </h3> </li> {% endfor %} </ul> </div> {% if jekyll.environment == "production" %} {% include disqus.html %} {% endif %}
Version data entries
6 entries across 6 versions & 1 rubygems