a | b/docs/_layouts/error.html | ||
---|---|---|---|
1 | {% include top.html %} |
||
2 | |||
3 | <body class="wrap"> |
||
4 | <header> |
||
5 | <div class="grid"> |
||
6 | <div class="unit whole align-center"> |
||
7 | <h1> |
||
8 | <a href="/"> |
||
9 | <span class="sr-only">Jekyll</span> |
||
10 | <img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo"> |
||
11 | </a> |
||
12 | </h1> |
||
13 | </div> |
||
14 | </div> |
||
15 | </header> |
||
16 | |||
17 | {{ content }} |
||
18 | |||
19 | {% include anchor_links.html %} |
||
20 | {% include analytics.html %} |
||
21 | |||
22 | </body> |
||
23 | </html> |