From 85cf52d176bb27b162c0fae64f5399012a8a41d3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 May 2014 21:52:24 -0700 Subject: [PATCH] no need for trailing slash --- 404.html | 2 +- _includes/head.html | 10 +++++----- _layouts/default.html | 2 +- atom.xml | 4 ++-- index.html | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) 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