hn-classics/index.html

11 lines
178 B
HTML
Raw Permalink Normal View History

---
layout: none
---
<ol>
{% for story in site.stories %}
2018-06-12 15:10:59 +00:00
{% if story.blacklist != true %}
<li><a href="{{story.url}}">{{ story.title }}</a></li>
2018-06-12 15:10:59 +00:00
{% endif %}
{% endfor %}
2018-06-12 15:10:59 +00:00
<ol>