Sha256: 73f9a845b3ae6145c550f83ac8d8f37b8cff27d017fdfc7bc7bd8289e1844ec3
Contents?: true
Size: 764 Bytes
Versions: 7
Compression:
Stored size: 764 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> </div>
Version data entries
7 entries across 7 versions & 1 rubygems