From 09ab8bfd80c947b359dbb165f5b818d02fe76d80 Mon Sep 17 00:00:00 2001 From: AlexKaiqi Date: Sat, 28 Oct 2017 19:27:02 +0800 Subject: [PATCH 1/5] fix reference fix ../stylesheets/images/bg-ico.png reference to ../style/images/bg-ico.png --- book/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/index.html b/book/index.html index e070e1caceda3..dfcf0057d7778 100755 --- a/book/index.html +++ b/book/index.html @@ -21,7 +21,7 @@
- {% include pagination.html %} \ No newline at end of file + {% include pagination.html %} From 9155b6a891df3b956079576093d514936875990c Mon Sep 17 00:00:00 2001 From: AlexKaiqi Date: Sat, 28 Oct 2017 19:28:21 +0800 Subject: [PATCH 2/5] fix reference fix ../stylesheets/images/bg-ico.png to ../style/images/bg-ico.png --- road/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/road/index.html b/road/index.html index 9a09b4aedc90b..323eaa11562b0 100755 --- a/road/index.html +++ b/road/index.html @@ -21,7 +21,7 @@ - {% include pagination.html %} \ No newline at end of file + {% include pagination.html %} From dc71d86bc8ccf087383e608f2dcbbb4c7f269817 Mon Sep 17 00:00:00 2001 From: AlexKaiqi Date: Sat, 28 Oct 2017 19:31:49 +0800 Subject: [PATCH 3/5] fix reference fix ../stylesheets/images/bg-ico.png to ../style/images/bg-ico.png --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 44e5083ae710d..b89e0b7016d4c 100755 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - {% include pagination.html %} \ No newline at end of file + {% include pagination.html %} From 79af0ebd181b27d556109421e9e666380cd3d07a Mon Sep 17 00:00:00 2001 From: AlexKaiqi Date: Sat, 28 Oct 2017 21:11:35 +0800 Subject: [PATCH 4/5] add missed tag It seems that you forgot to add tag. --- _layouts/default.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d978addb69ff1..75c4e070e10a9 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,11 +1,12 @@ - - + + + - + {{ site.title }} {% include head.html %} From 9ee90050a7ce068db2ca882f768bb0bbfbd3f59c Mon Sep 17 00:00:00 2001 From: AlexKaiqi Date: Sat, 28 Oct 2017 22:20:06 +0800 Subject: [PATCH 5/5] add tag to the end It seems you missed a tag at the end. But I am not quite sure about this, due to its complexity. Please be careful when try to pass this pull request. I also find {{ page.content | strip_html | strip_newlines | truncate: 120 }} in your head.html does not work, it translated to something like {% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture...". I tried to replace page.content variable, and it works. So I guess it is probably because page.content contains other liquid syntax. But i don't know how to fix it now --- archives/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archives/index.html b/archives/index.html index 5cf874f923a8d..905b69f8a514d 100755 --- a/archives/index.html +++ b/archives/index.html @@ -48,6 +48,8 @@ {% endif %} {% endif %} {% endfor %} + +