docs: Correct link of 'now' tpl func in release notes - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit afb3334ed8972a845c4f46cf225d6783bfc12e3f
(DIR) parent c266cd2d863d88ada1e09a9f5525f848a00b766d
(HTM) Author: vsopvsop <vsopvsop@users.noreply.github.com>
Date: Wed, 1 Mar 2017 01:36:48 +0530
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.
Diffstat:
M docs/content/meta/release-notes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
@@ -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