From 6cba8ff7fcc7b20acfc5715a510a678702709693 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 18 Apr 2017 12:29:39 -0500 Subject: [PATCH] Fix minor typos in Release Notes --- content/news/release-notes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/news/release-notes.md b/content/news/release-notes.md index 28b280c5d..614bfeb7f 100644 --- a/content/news/release-notes.md +++ b/content/news/release-notes.md @@ -68,14 +68,14 @@ Add "CSS" to your home page's `outputs` list, create the template `/layouts/inde Hugo `0.20.1` is a bug fix release, fixing some important regressions introduced in `0.20` a couple of days ago: -* Fix logic for base template in work dir vs in the theme {{< gh 3323 >}} -* camelCased templates (partials, shortcodes etc.) not found {{< gh 3333 >}} -* Live-reload fails with `_index.md` with paginator {{< gh 3315 >}} +* Fix logic for base template in a work directory vs in a theme {{< gh 3323 >}} +* camelCased templates (partials, shortcodes, etc.) not found {{< gh 3333 >}} +* LiveReload fails with `_index.md` with paginator {{< gh 3315 >}} * `rssURI` WARNING always shown {{< gh 3319 >}} -See the [full list](https://github.com/spf13/hugo/milestone/16?closed=1). +See the [full list of closed issues on GitHub](https://github.com/spf13/hugo/milestone/16?closed=1). -# **0.20** April 10th 2017 +## **0.20** April 10th 2017 Hugo `0.20` introduces the powerful and long sought after feature [Custom Output Formats](/templates/output-formats/)); Hugo isn't just that "static HTML with an added RSS feed" anymore. *Say hello* to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few ({{< gh 2828 >}}).