docs: Correct link of 'now' tpl func in release notes

When mentioning the commit for 'now' template function the previous line's github link is repeated unfortunately.
This commit is contained in:
vsopvsop 2017-03-01 01:36:48 +05:30 committed by digitalcraftsman
parent c266cd2d86
commit afb3334ed8

View file

@ -42,7 +42,7 @@ disableKinds = ["page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "s
* Add ability to sort pages by frontmatter parameters, enabling easy custom "top 10" page lists. {{<gh 3022 >}}
* Add `truncate` template function {{<gh 2882 >}}
* Add `now` function, which replaces the now deprecated `.Now` {{<gh 2882 >}}
* Add `now` function, which replaces the now deprecated `.Now` {{<gh 2859 >}}
* Make RSS item limit configurable {{<gh 3035 >}}
## Enhancements