diff --git a/content/news/0.26-relnotes.md b/content/news/0.26-relnotes.md index c6cfa7424..92f90de99 100644 --- a/content/news/0.26-relnotes.md +++ b/content/news/0.26-relnotes.md @@ -1,13 +1,13 @@ --- date: 2017-08-07 -title: "0.26" -description: "0.26" +title: "Hugo 0.26: Language Style Edition" +description: "Hugo 0.26 brings proper AP Style or Chicago Style Title Case, « French Guillemets » and more." categories: ["Releases"] +images: +- images/blog/hugo-26-poster.png --- - Hugo `0.26` is the **Language Style Edition**. - This release brings a choice of **AP Style or Chicago Style Title Case** ([8fb594bf](https://github.com/gohugoio/hugo/commit/8fb594bfb090c017d4e5cbb2905780221e202c41) [#989](https://github.com/gohugoio/hugo/issues/989)). You can also now configure Blackfriday to render **« French Guillemets »** ([cb9dfc26](https://github.com/gohugoio/hugo/commit/cb9dfc2613ae5125cafa450097fb0f62dd3770e7) [#3725](https://github.com/gohugoio/hugo/issues/3725)). To enable French Guillemets, put this in your site `config.toml`: diff --git a/static/images/blog/hugo-26-poster.png b/static/images/blog/hugo-26-poster.png new file mode 100644 index 000000000..827f1f7bb Binary files /dev/null and b/static/images/blog/hugo-26-poster.png differ