shithub: hugo

Download patch

ref: efa9bdcc114e714be937963c64f58cf4642e98a3
parent: eb627ca16de6fb5e8646279edd295a8bf0f72bf1
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Apr 22 16:47:21 EDT 2016

docs: Order by Lastmod in release notes

--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -27,6 +27,7 @@
 * Add support for Go 1.6 `block` keyword in templates {{<gh 1832>}}
 * Partial static sync {{<gh 1644>}}
 * Source file based relative linking (a la Github) {{<gh 0x0f6b334b6715253b030c4e783b88e911b6e53e56>}}
+*  Add `ByLastmod` sort function to pages.
 * Templates functions:
     * Add `countwords` and `countrunes` template funcs {{<gh 1440>}}
     * Add `default` template function {{<gh 1943>}}