From: Mark Otto Date: Sun, 30 Mar 2014 07:05:00 +0000 (-0800) Subject: fix 404 permalink and link in intro post X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=260e4b543dc28490ccd0bb4a3ef7e57e113ced01;p=blog fix 404 permalink and link in intro post --- diff --git a/404.html b/404.html index 5f5b9bf..d05ddb0 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,7 @@ --- layout: default title: "404: Page not found" +permalink: 404.html ---
diff --git a/_posts/2014-01-02-introducing-poole.md b/_posts/2014-01-02-introducing-poole.md index fdfbba7..84f5ed5 100644 --- a/_posts/2014-01-02-introducing-poole.md +++ b/_posts/2014-01-02-introducing-poole.md @@ -20,7 +20,7 @@ Learn more and contribute on [GitHub](https://github.com/poole). Poole is a streamlined Jekyll site designed and built as a foundation for building more meaningful themes. Poole, and every theme built on it, includes the following: -* Complete Jekyll setup included (layouts, config, [404](/404), [RSS feed](/atom.xml), posts, and [example page](/about)) +* Complete Jekyll setup included (layouts, config, [404](/404.html), [RSS feed](/atom.xml), posts, and [example page](/about)) * Mobile friendly design and development * Easily scalable text and component sizing with `rem` units in the CSS * Support for a wide gamut of HTML elements