aboutsummaryrefslogtreecommitdiff
path: root/src/templates/blog.html
blob: 1c097c09ceb298c0cfcbc0d8688120edd2078e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">

<head>
    <title>Mark's Kitchen - Blog</title>
    <link rel="stylesheet" type="text/css" href="/css/styles.css">
    {{> header}}
</head>

<body>
    <h1>
        <a class="navigation" href="/" title="marks.kitchen">&lt;</a>
        Blog
    </h1>
    {{> navigation}}
    {{> feed}}
    {{> footer}}
</body>

</html>