Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 661 Bytes

File metadata and controls

24 lines (19 loc) · 661 Bytes
layout default
permalink /blog/
title blog
    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }}
        <h2>
          <a class="post-link" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fhackatory%2Fhackatory.github.io%2Fblob%2Fmaster%2F%7B%7B+post.url+%7C+relative_url+%7D%7D">{{ post.title | escape }}</a>
        </h2>
    

    {% if post.description %}{{ post.description | strip_html | strip_newlines | truncate: 250 }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 250 }}{% endif %}

    Read more
  • {% endfor %}