summaryrefslogtreecommitdiff
path: root/_layouts/manpage.html
blob: e2a13b5a9e4c723d2d1c49c7e432ad26a386a01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">

<head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="/assets/css/nn.css">
        <link rel="stylesheet" href="/assets/css/nn-pygments.css">
        <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
                rel="stylesheet">
        <title>{{page.title}}</title>
</head>

<body class="manpage toc2 toc-left">
        {% include header-nng.html %}

        {{ content }}

        {% include footer-manpage.html %}

</body>

</html>