hn-classics/_layouts/article.html

18 lines
489 B
HTML
Raw Normal View History

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>
</table>
</section>
</article>
<article>
<section>
{{content}}
</section>
</article>