hn-classics/index.html

11 lines
178 B
HTML

---
layout: none
---
<ol>
{% for story in site.stories %}
{% if story.blacklist != true %}
<li><a href="{{story.url}}">{{ story.title }}</a></li>
{% endif %}
{% endfor %}
<ol>