Merge pull request #5143 from adampetrie/jekyllrb-404
Merge pull request 5143
This commit is contained in:
commit
f29ebc4911
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
layout: error
|
||||||
|
permalink: /404.html
|
||||||
|
sitemap: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<section class="intro">
|
||||||
|
<div class="grid">
|
||||||
|
<div class="unit whole align-center">
|
||||||
|
<p class="first">Huh. It seems that page is<br/>Hyde-ing...</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="error">
|
||||||
|
<div class="grid">
|
||||||
|
<div class="unit whole align-center">
|
||||||
|
<p>The resource you requested was not found. Here are some links to help you find your way:</p>
|
||||||
|
<nav class="main-nav">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/docs/home/">Documentation</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/news/">News</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/community/">Community</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/help/">Help</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
|
@ -0,0 +1,23 @@
|
||||||
|
{% include top.html %}
|
||||||
|
|
||||||
|
<body class="wrap">
|
||||||
|
<header>
|
||||||
|
<div class="grid">
|
||||||
|
<div class="unit whole align-center">
|
||||||
|
<h1>
|
||||||
|
<a href="/">
|
||||||
|
<span class="sr-only">Jekyll</span>
|
||||||
|
<img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo">
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
{{ content }}
|
||||||
|
|
||||||
|
{% include anchor_links.html %}
|
||||||
|
{% include analytics.html %}
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue