From: Joist Date: Wed, 5 Mar 2014 15:45:32 +0000 (+1100) Subject: Updated href tags to work with Jekylls "baseurl" feature X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b5595a8e5aa87afa46d12b25433c88927c1b0d47;p=blog Updated href tags to work with Jekylls "baseurl" feature When running locally force the baseurl to null with "jekyll --baseurl '' --watch" --- diff --git a/404.html b/404.html index 5f5b9bf..d725f67 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 50f9a20..abc0db0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,13 +14,13 @@ - - + + - - + + - + diff --git a/_layouts/default.html b/_layouts/default.html index 9f5911a..c696480 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@

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

diff --git a/_layouts/post.html b/_layouts/post.html index 2a6c7c1..c027477 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@ layout: default {% for post in site.related_posts limit:3 %}
  • - + {{ post.title }} {{ post.date | date_to_string }} diff --git a/atom.xml b/atom.xml index 8a1a28c..d70bd84 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ layout: nil {{ site.title }} - - + + {{ site.time | date_to_xmlschema }} {{ site.url }} @@ -18,7 +18,7 @@ layout: nil {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} {{ post.content | xml_escape }} diff --git a/index.html b/index.html index dc0e647..f057227 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ title: Home {% for post in paginator.posts %}

    - + {{ post.title }}

    @@ -21,15 +21,15 @@ title: Home