Sha256: 7c13c50abe83ab75b3cf11b82049bad8081d16a4a7118bf86a527b991821f38e

Contents?: true

Size: 551 Bytes

Versions: 5

Compression:

Stored size: 551 Bytes

Contents

<div class="home">
  <h1 class="page-heading">{{ includes.title }}</h1>

  <p>
    {{ includes.description }}
  </p>

  <ul class="post-list">
    {% for post in includes.documents %}
      <li>
        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>

        <h2>
          <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        </h2>
      </li>
    {% endfor %}
  </ul>

  <!--
  <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
  -->
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phantom-blergh-0.1.4 _includes/index.html
phantom-blergh-0.1.3 _includes/index.html
phantom-blergh-0.1.2 _includes/index.html
phantom-blergh-0.1.1 _includes/index.html
phantom-blergh-0.1.0 _includes/index.html