blob: 184263f97c72d84b30f80f12bce6d88bca2bdfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  | 
<!doctype html>
<html lang="en">
<head>
    <title>Mark's Kitchen — Tags</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" type="text/css" href="/css/styles.css">
    <link rel="shortcut icon" href="/favicon.ico">
    <meta name="description" content="Posts sorted by {{name}}">
</head>
<body>
    <h1>
        <a class="navigation" href="/" title="marks.kitchen"><</a>
        Tag {{name}}
    </h1>
    {{> navigation}}
    {{> feed}}
    {{> footer}}
</body>
</html>
  |