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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-12-19 17:37:01 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-12-19 17:38:10 +0300
commit09cc7915ed8c485870abe06ac6cfc35cb6082d6e (patch)
treedcfecc7b70a619244138f4944a2ecdb221b06169
parent3d6fdb8ed33075b947b84df3bbc5481e802f61ee (diff)
docs: Add new alias feature to release docsv0.18
-rw-r--r--docs/content/meta/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 0ac2e4232..b8cdadebd 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -51,6 +51,7 @@ Hugo again continues its trend of each release being faster than the last. It's
Possible values are `page`, `home`, `section`, `taxonomy`, and `taxonomyTerm`.
(Internally, we also define `RSS`, `sitemap`, `robotsTXT`, and `404`, but those have no practical use for end users at the moment since they are not included in any collections.)
* Add a `GitInfo` object to `Page` if `enableGitInfo` is set. It then also sets `Lastmod` for the given `Page` to the author date provided by Git. {{<gh 2291>}}
+* Implement support for alias templates {{<gh 2533 >}}
* New template functions:
* Add `imageConfig` function {{<gh 2677>}}
* Add `sha256` function {{<gh 2762>}}