From df63ca923c5dc1e9216280304ec15bd25059bc7f Mon Sep 17 00:00:00 2001 From: Jerome Lachaud Date: Tue, 3 Feb 2015 15:35:48 +0100 Subject: [PATCH] Getting rid of 'baser' variable & references --- _includes/head.html | 6 +++--- _includes/js.html | 16 ++++++++-------- feed.xml | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 69ed8d9..b0bb9a1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,14 +4,14 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + - + - + diff --git a/_includes/js.html b/_includes/js.html index c9ddcb2..dfb30cf 100644 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,17 +1,17 @@ - + - + - - - + + + - - + + - + diff --git a/feed.xml b/feed.xml index bc7d961..397e747 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ layout: null {{ site.title | xml_escape }} {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ - + {{ site.url }}/ + {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} @@ -16,8 +16,8 @@ layout: null {{ post.title | xml_escape }} {{ post.description | xml_escape }} {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.url }} + {{ post.url | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %}