Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 517 Bytes

freeposts.md

File metadata and controls

27 lines (20 loc) · 517 Bytes
layout <!-- title permalink
default
Superhero.me -->
/blog/tags/freeposts
	<h1>Free Posts</h1>
<p></p>

Collection of posts tagged with 'free' :

<ul class="posts">
{% for post in site.categories.free %}
  <li>
    <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
    <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
  </li>
{% endfor %}