hn-classics/_layouts/article.html

20 lines
559 B
HTML

---
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>
<tr><th>words</th><td>{{content|number_of_words}}</td></tr>
</table>
</section>
</article>
<article>
<section>
{{content}}
</section>
</article>