From bcc7af1c8a0dfc7088a5a3c1c79ca0fbfb77299e Mon Sep 17 00:00:00 2001 From: Mojtaba Rabiei Date: Mon, 15 Jun 2015 00:04:32 +0430 Subject: [PATCH 1/2] Add baseurl to post navigation url --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index d624357a79681..2f37c5f2e1e13 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,13 +16,13 @@

{{ page.title }}

{% if site.theme.post_navigation %}
{% if page.previous.url %} - {% endif %} {% if page.next.url %} - From 74b51f5aa479d7d8e0c2d67b489106a803615649 Mon Sep 17 00:00:00 2001 From: Mojtaba Rabiei Date: Mon, 15 Jun 2015 03:07:49 +0430 Subject: [PATCH 2/2] add baseurl in avatar image src --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index f4632ec0b30f1..836e2e585f03a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,7 @@ {% elsif site.theme.avatar %} - + {% endif %}