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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-19 23:48:55 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-19 23:48:57 +0300
commite027c6797ee27e7e153cf0a2664e22e6a9a9c381 (patch)
tree0cfbff7a25e983017128c8af5224abe03686b539
parentdc62f88037645c57bc45b340d51725541e140528 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3faf7e..0eefb35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,17 +12,24 @@ The `exampleSite` folder has become a standalone demo by modified the `themesDir
### Fixes
- Switch CDN for Mathjax due to retirement. See #86 (thanks @Heliosmaster)
+- Prevent appearance of link for /posts on homepage. See dc62f88 (thanks @igor-sokolov)
### Improvements
- [Block templates](https://gohugo.io/templates/blocks/) are now used to reduce redundancy. See 7b99326
- Cache partials where possible. See d38e4be
+- Add example for about page. See 183f569
+- The `.Site.Params.mainSections` options allows you to specify which types of pages should be shown on the homepage. See 0928ac7
+- Add `.Site.Params.gravatar` as a way use Gravatar for the profile picure. See b6b79b7
### Deprecations
- The JSFiddle shortcode has been removed. See 5203108
+---
+
+
### 1st April 2017
With Hugo v0.20 the `.Now` is deprecated and will be replaced by the `now` template function. v0.19 does support both and as part of the transition phase. Hence the least required version of Hugo is v0.19.