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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsopvsop <vsopvsop@users.noreply.github.com>2017-02-28 23:06:48 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-02-28 23:06:48 +0300
commit8bebbb9077063c71e37b34b4ab9cdb771f79c1ce (patch)
treee48e526e237817efb721ddb7be8e466680b1883e
parenta68d285e30af4e2bfb157f25faabed9053aec3b5 (diff)
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.
-rw-r--r--content/meta/release-notes.md2
1 files changed, 1 insertions, 1 deletions
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. {{<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