Sha256: 76f0f2fec0779428fa9af36a84da09f39903b296f7176e6a8cce25aa1434911f
Contents?: true
Size: 768 Bytes
Versions: 14
Compression:
Stored size: 768 Bytes
Contents
--- layout: default --- <section role="banner"> <object type="image/svg+xml" width="200" data="assets/picrate.svg"> Your browser does not support SVG </object> </section> <div class="home"> <h1 class="page-heading">Articles</h1> {% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %} <ul class="post-list"> {% for post in site.posts %} <li> <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> <h2> <a class="post-link" href="{{ post.url | prepend: site.github.url }}">{{ post.title }}</a> </h2> </li> {% endfor %} </ul> <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.github.url }}">via RSS</a></p> </div>
Version data entries
14 entries across 14 versions & 1 rubygems