Sha256: 99715454958c4b152f0fbb89659d305aacb04b41f4f41fdaed6222a561caa49d

Contents?: true

Size: 901 Bytes

Versions: 4

Compression:

Stored size: 901 Bytes

Contents

---
layout: default
---
<head>
<link rel="icon" href="{{"assets/favicon.ico" | prepend: site.baseurl | prepend: site.url }}" type="image/x-icon" />
</head>

<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

4 entries across 4 versions & 1 rubygems

Version Path
picrate-0.9.0-java docs/index.html
picrate-0.8.0-java docs/index.html
picrate-0.7.0-java docs/index.html
picrate-0.6.0-java docs/index.html