From c4e7b995a9ef5126acfaaea27e58003393e3d94a Mon Sep 17 00:00:00 2001 From: "Rajath Kumar M.P" Date: Sat, 8 Aug 2015 22:18:51 +0530 Subject: [PATCH] Added site.baseurl --- _includes/sidebar.html | 2 +- _layouts/post.html | 2 +- atom.xml | 2 +- index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 586f47b2d74..13cf6b06cc2 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -21,7 +21,7 @@

{% for node in pages_list %} {% if node.title != null %} {% if node.layout == "page" %} - {{ node.title }} + {{ node.title }} {% endif %} {% endif %} {% endfor %} diff --git a/_layouts/post.html b/_layouts/post.html index 2a6c7c1d9d3..c027477605b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@

Related Posts

{% for post in site.related_posts limit:3 %}
  • - + {{ post.title }} {{ post.date | date_to_string }} diff --git a/atom.xml b/atom.xml index 96c9681c00b..f0f6c978b2f 100644 --- a/atom.xml +++ b/atom.xml @@ -18,7 +18,7 @@ layout: null {% 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 743a0808990..fe093d17710 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ {% for post in paginator.posts %}

    - + {{ post.title }}