From: Mark Otto Date: Sun, 11 May 2014 04:52:24 +0000 (-0700) Subject: no need for trailing slash X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=85cf52d176bb27b162c0fae64f5399012a8a41d3;p=blog no need for trailing slash --- diff --git a/404.html b/404.html index d725f67..4119084 100644 --- a/404.html +++ b/404.html @@ -5,5 +5,5 @@ title: "404: Page not found"

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

diff --git a/_includes/head.html b/_includes/head.html index abc0db0..f8ae780 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,13 +14,13 @@ - - + + - - + + - + diff --git a/_layouts/default.html b/_layouts/default.html index c696480..61620f2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@

- {{ site.title }} + {{ site.title }} {{ site.tagline }}

diff --git a/atom.xml b/atom.xml index d70bd84..2e355d8 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ layout: nil {{ site.title }} - - + + {{ site.time | date_to_xmlschema }} {{ site.url }} diff --git a/index.html b/index.html index f057227..fe093d1 100644 --- a/index.html +++ b/index.html @@ -21,15 +21,15 @@ title: Home