|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| - <title><?makefile title?></title> |
| 4 | + <title><?makedown title?></title> |
5 | 5 | <meta charset="UTF-8" />
|
6 |
| - <meta name="description" content="<?makefile description?>" /> |
| 6 | + <meta name="description" content="<?makedown description?>" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
8 |
| - <meta name="author" content="<?makefile author?>" /> |
9 |
| - <meta name="date" content="<?makefile date?>" /> |
10 |
| - <meta name="generator" content="<?makefile version?>" /> |
| 8 | + <meta name="author" content="<?makedown author?>" /> |
| 9 | + <meta name="date" content="<?makedown date?>" /> |
| 10 | + <meta name="generator" content="<?makedown version?>" /> |
11 | 11 | <link rel="icon" type="image/png" href="/favicon.png" sizes="96x96" />
|
12 |
| - <link rel="stylesheet" type="text/css" href="/main.min.css" /> |
| 12 | + <link rel="stylesheet" type="text/css" href="/main.css" /> |
13 | 13 | </head>
|
14 | 14 | <body>
|
15 | 15 | <header class='pageheader'>
|
|
25 | 25 | </form>
|
26 | 26 | </header>
|
27 | 27 | <nav class='toc'>
|
28 |
| - <?makefile toc?> |
| 28 | + <?makedown toc?> |
29 | 29 | </nav>
|
30 | 30 | <main>
|
31 | 31 | <header>
|
32 |
| - <h1><?makefile title_unprefixed?></h1> |
| 32 | + <h1><?makedown title_unprefixed_escaped?></h1> |
33 | 33 | </header>
|
34 |
| - <?makefile body?> |
| 34 | + <?makedown body?> |
35 | 35 | </main>
|
36 | 36 | <footer>
|
37 | 37 | You can contribute to this wiki! Submit pull-requests to <a href='https://github.com/somasis/musl-wiki'>somasis/musl-wiki</a>.<br />
|
38 | 38 | <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>
|
39 | 39 | <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 />
|
40 | 40 | <small>
|
41 | 41 | 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 />
|
42 |
| - <a title='Latest commit to this page' href='https://github.com/somasis/musl-wiki/commit/<?makefile file_commit?>'><?makefile file_commit?></a> / <a title='Latest commit to entire site' href='https://github.com/somasis/musl-wiki/commit/<?makefile tree_commit?>'><?makefile tree_commit?></a> |
| 42 | + <a title='Latest commit to this page' href='https://github.com/somasis/musl-wiki/commit/<?makedown file_commit?>'><?makedown file_commit?></a> / <a title='Latest commit to entire site' href='https://github.com/somasis/musl-wiki/commit/<?makedown tree_commit?>'><?makedown tree_commit?></a> |
43 | 43 | </small>
|
44 | 44 | </footer>
|
45 | 45 | </body>
|
|
0 commit comments