-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlayout.html
49 lines (41 loc) · 1.28 KB
/
layout.html
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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jus</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/syntax.css">
<link rel="stylesheet" href="styles/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="#why">Why?</a>
<a href="#getting-started">Getting Started</a>
<a href="#pages">Pages</a>
<a href="#scripts">Scripts</a>
<a href="#stylesheets">Stylesheets</a>
<a href="#context">Context</a>
<a href="#frontmatter">Frontmatter</a>
<a href="#templates">Templates</a>
<a href="#helpers">Helpers</a>
<a href="#images">Images</a>
<a href="#datafiles">Datafiles</a>
<a href="#clean-urls">Clean URLs</a>
<a href="#deployment-to-github-pages">Deployment</a>
</nav>
<a href="https://github.com/jus/jus" id="github-repo-link">
<img src="logos/github-octocat.svg" />
</a>
<div id="content">
<div id="column">
<div class="centerer">
<a id="logo" href="/">
<img src="logos/jus.svg">
</a>
</div>
{{{body}}}
</div>
</div>
</body>
</html>