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 %}