blog/_layouts/default.html

15 lines
200 B
HTML
Raw Normal View History

2018-05-28 12:33:21 +00:00
<html>
<head>
<title>michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
<div class="container" style="padding: 30px;">
{{ content }}
</div>
</body>
</html>