From 1137a65b34bbf47d96c34c12a121670ae4528c15 Mon Sep 17 00:00:00 2001 From: key-amb Date: Thu, 12 Jan 2017 06:42:47 +0900 Subject: 1.2.0 --- CHANGELOG.md | 10 ++++++++++ VERSION.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d2423..6f1505c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,25 @@ +## 1.2.0 (2017/1/12) + +Change: + +- Use `.IsHome` to detect site home (#21) + - Fix #20 by Ethan Madison (@ethanmad) +- Not to append trailing `"/"` to match menu link in header.html (#21) + ## 1.1.3 (2017/1/11) Fix: - Avoid to use `{{ if isset .Params "fooBar" }}` syntax because it doesn't work for Hugo v0.18.x currently (#19) + - Fix #18 by Ethan Madison (@ethanmad) ## 1.1.2 (2017/1/5) Improve: - Removes extra padding-bottom in `body` tag which is in no need (#17) + - Fix #16 by Ethan Madison (@ethanmad) ## 1.1.1 (2016/5/7) diff --git a/VERSION.txt b/VERSION.txt index 781dcb0..26aaba0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.3 +1.2.0 -- cgit v1.2.3