shithub: hugo

Download patch

ref: afb3334ed8972a845c4f46cf225d6783bfc12e3f
parent: c266cd2d863d88ada1e09a9f5525f848a00b766d
author: vsopvsop <[email protected]>
date: Tue Feb 28 20:36:48 EST 2017

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. 

--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -42,7 +42,7 @@
 
 * 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