hn-classics/_layouts/default.html

12 lines
275 B
HTML
Raw Normal View History

2018-02-23 18:19:40 +00:00
<!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>
{{content}}
</body>
</html>