From 8d500e7d9cd4ecbd14f116f92c62b67e5e23d96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20R=C3=B6llin?= Date: Thu, 13 Jul 2017 18:23:45 +0200 Subject: [PATCH] Fix dead key typo in v0.25 release notes --- content/news/0-25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/0-25.md b/content/news/0-25.md index fe03a7e35..86d445f69 100644 --- a/content/news/0-25.md +++ b/content/news/0-25.md @@ -36,7 +36,7 @@ Hugo now has: ### Templates -* Add `Pages` support to `intersect` (`AND`) and `union`(`ÒR`). This makes the `where` template func even more powerful. [ccdd08d5](https://github.com/gohugoio/hugo/commit/ccdd08d57ab64441e93d6861ae126b5faacdb92f) [@bep](https://github.com/bep) [#3174](https://github.com/gohugoio/hugo/issues/3174) +* Add `Pages` support to `intersect` (`AND`) and `union`(`OR`). This makes the `where` template func even more powerful. [ccdd08d5](https://github.com/gohugoio/hugo/commit/ccdd08d57ab64441e93d6861ae126b5faacdb92f) [@bep](https://github.com/bep) [#3174](https://github.com/gohugoio/hugo/issues/3174) * Add `math.Log` function. This is very handy for creating tag clouds. [34c56677](https://github.com/gohugoio/hugo/commit/34c566773a1364077e1397daece85b22948dc721) [@artem-sidorenko](https://github.com/artem-sidorenko) * Add `WebP` images support [8431c8d3](https://github.com/gohugoio/hugo/commit/8431c8d39d878c18c6b5463d9091a953608df10b) [@bep](https://github.com/bep) [#3529](https://github.com/gohugoio/hugo/issues/3529) * Only show post's own keywords in schema.org [da72805a](https://github.com/gohugoio/hugo/commit/da72805a4304a57362e8e79a01cc145767b027c5) [@brunoamaral](https://github.com/brunoamaral) [#2635](https://github.com/gohugoio/hugo/issues/2635)[#2646](https://github.com/gohugoio/hugo/issues/2646)