-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathdefault.hbs
42 lines (38 loc) · 1.79 KB
/
default.hbs
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=775" />
<title>{{meta_title}}</title>
<link rel="stylesheet" type="text/css" href="{{asset "css/normalize.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/iosevka.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/blog.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "css/prism.css"}}" />
<link href="https://fonts.googleapis.com/css?family=Barlow:400,400i,700|Roboto+Slab:300,400,700" rel="stylesheet" />
{{ghost_head}}
</head>
<body class="{{body_class}}">
<div class="page-top">
<nav class="top-nav">
<a class="top-link logo-link" href="https://concourse-ci.org"><img src="{{asset "images/logo-white.svg"}}" />Concourse</a>
<a class="top-link" href="https://concourse-ci.org/docs.html">docs</a>
<a class="top-link" href="https://concourse-ci.org/examples.html">examples</a>
<a class="top-link" href="https://concourse-ci.org/project.html">project</a>
<a class="top-link" href="https://resource-types.concourse-ci.org">resource types</a>
<a class="top-link active" href="https://blog.concourse-ci.org">blog</a>
<a class="top-link" href="https://github.com/concourse/concourse/discussions">discuss</a>
</nav>
</div>
<div class="page-body">
<div class="page-nav">
{{navigation}}
</div>
<div class="page-content">
{{{body}}}
</div>
</div>
{{ghost_foot}}
<script async type="text/javascript" src="{{asset "js/prism.js"}}"></script>
<script data-goatcounter="https://concourse-blog.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>