hn-classics/_layouts/default.html

18 lines
612 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{{page.title}}</title>
<link rel="stylesheet" href="/public/tufte.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<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>
{{content}}
</body>
</html>