Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-03 10:17:23 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-03 10:17:23 +0300
commit4c113eca3de6b9b6b619296a9040d8d6317f28df (patch)
tree8881027ac7440b6bb54a52b6adb889d908289020 /CHANGELOG.md
parentf1e01c4ffa053c4c7fe09428991dd142243ba4b8 (diff)
Update changelog & breaking change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afecc1e..69489de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,18 @@ All notable changes to this project will be documented in this file.
Do not support anymore Hugo version <= 0.30!
-`coverImage` from `config.toml` now more consistent by do not fix default static folder to `images` (see [#327](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/327) for more details)
+`coverImage` from `config.toml` now more consistent by do not fix default static folder to `images` (see [#327](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/327) for more details).
+`coverImage` from `param` will now always based on base path and not relative to current url, thus
+
+```yml
+coverImage: img/a.jpg
+```
+
+will the be the same as
+
+```yml
+coverImage: /img/a.jpg
+```
## [0.4.4-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/19) - 09 sep 2018