Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 856 Bytes

play.md

File metadata and controls

33 lines (28 loc) · 856 Bytes
layout permalink
page
/play/
  <h1 class="page-heading">Ready for some fun?</h1>
  <ul class="post-list">
    {% for post in site.categories.play %}
    <li>
      <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>

      <h2>
        <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
      </h2>
      <p>{{ post.description }}</p>
      <div class="postimg-outer">
        <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">
          <img class="postimg" src="{{ post.img }}"/> 
        </a>
      </div>
    </li>
    {% endfor %}
  </ul>
</div>