forked from somasis/musl-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.template
45 lines (45 loc) · 2.07 KB
/
page.template
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
<!DOCTYPE html>
<html lang="en">
<head>
<title><?makedown title?></title>
<meta charset="UTF-8" />
<meta name="description" content="<?makedown description?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="<?makedown author?>" />
<meta name="date" content="<?makedown date?>" />
<meta name="generator" content="<?makedown version?>" />
<link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
<link rel="stylesheet" type="text/css" href="/main.css" />
</head>
<body>
<header class='pageheader'>
<div class='title'>
<a href='/'>
<img alt='musl libc logo' src='/logo.png' class='logo' />musl libc
<small class='title'>A new libc striving to be fast, simple, lightweight, free, and correct</small>
</a>
</div>
<form action='https://duckduckgo.com' class='search'>
<input type='hidden' name='sites' value='wiki.musl-libc.org' />
<input type='search' name='q' autocomplete="on" placeholder='Search the wiki...' />
</form>
</header>
<nav class='toc'>
<?makedown toc?>
</nav>
<main>
<header>
<h1><?makedown title_unprefixed_escaped?></h1>
</header>
<?makedown body?>
</main>
<footer>
You can contribute to this wiki! Submit pull-requests to <a href='https://github.com/somasis/musl-wiki'>somasis/musl-wiki</a>.<br />
<a href='https://travis-ci.org/somasis/musl-wiki'><img alt='Build Status' src='https://img.shields.io/travis/somasis/musl-wiki.svg?style=flat-square' /></a>
<a href='https://github.com/somasis/musl-wiki/issues'><img alt='GitHub Issues' src='https://img.shields.io/github/issues/somasis/musl-wiki.svg?style=flat-square' /></a><br />
<small>
This work is licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0'>Creative Commons Attribution-ShareAlike 3.0 Unported license</a>, unless otherwise noted.<br />
</small>
</footer>
</body>
</html>