From 8bebbb9077063c71e37b34b4ab9cdb771f79c1ce Mon Sep 17 00:00:00 2001 From: vsopvsop Date: Wed, 1 Mar 2017 01:36:48 +0530 Subject: [PATCH] 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. --- content/meta/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/meta/release-notes.md b/content/meta/release-notes.md index 803820db1..c2590b928 100644 --- a/content/meta/release-notes.md +++ b/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. {{}} * Add `truncate` template function {{}} -* Add `now` function, which replaces the now deprecated `.Now` {{}} +* Add `now` function, which replaces the now deprecated `.Now` {{}} * Make RSS item limit configurable {{}} ## Enhancements