Files
jerryscript/99.posts.md
T
2015-06-15 11:27:47 +03:00

536 B

Posts

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

subscribe via RSS