hn-classics/_layouts/article.html

20 lines
559 B
HTML
Raw Permalink Normal View History

2018-06-12 15:10:59 +00:00
---
2018-06-08 11:32:36 +00:00
layout: default
---
<article>
<section>
<table class="meta">
<tr><th>URL</th><td><a href="{{page.url}}">{{page.url}}</a></td></tr>
<tr><th>author</th><td>{{page.author}}</td></tr>
<tr><th>points</th><td>{{page.points}}</td></tr>
<tr><th>comments</th><td><a href="https://news.ycombinator.com/item?id={{page.objectID}}">{{page.num_comments}} comments</a></td></tr>
2018-06-12 15:10:59 +00:00
<tr><th>words</th><td>{{content|number_of_words}}</td></tr>
2018-06-08 11:32:36 +00:00
</table>
</section>
</article>
<article>
<section>
{{content}}
</section>
</article>