Sha256: 188810122b3d8ad8c3979f9d23c39db2557aafee5bc1c76d53b43a1f1b9c10d0
Contents?: true
Size: 621 Bytes
Versions: 30
Compression:
Stored size: 621 Bytes
Contents
--- layout: default --- <article class="container typo"> <h1 class="post-title"> {% if page.journal %} <code class="highlighter-rouge">{{ page.journal }}: </code> {% endif %} {{ page.title }} </h1> {{ content }} <div class="pagination"> {% if page.next.url %} <a class="next" href="{{ page.next.url }}">← {{ page.next.title }}</a> {% endif %} {% if page.previous.url %} <a class="previous" href="{{ page.previous.url }}">{{ page.previous.title }} →</a> {% endif %} </div> {% if site.enable_reward %} {% include reward.html %} {% endif %} </article>
Version data entries
30 entries across 30 versions & 1 rubygems