From bcf3de764b34478418b6e3273c3b14a6db120cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 1 Jan 2020 19:34:15 +0100 Subject: [PATCH] Update index.md --- content/en/news/0.62.1-relnotes/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/news/0.62.1-relnotes/index.md b/content/en/news/0.62.1-relnotes/index.md index 8af535375..afaa48076 100644 --- a/content/en/news/0.62.1-relnotes/index.md +++ b/content/en/news/0.62.1-relnotes/index.md @@ -9,9 +9,7 @@ images: --- - - -This is a bug-fix release with a couple of important fixes. +This release is mainly motivated by getting [this demo site](https://github.com/bep/portable-hugo-links) up and running. It demonstrates truly portable Markdown links and images, whether browsed on GitHub or deployed as a Hugo site. * Support files in content mounts [ff6253bc](https://github.com/gohugoio/hugo/commit/ff6253bc7cf745e9c0127ddc9006da3c2c00c738) [@bep](https://github.com/bep) [#6684](https://github.com/gohugoio/hugo/issues/6684)[#6696](https://github.com/gohugoio/hugo/issues/6696) * Update alpine base image in Dockerfile to 3.11 [aa4ccb8a](https://github.com/gohugoio/hugo/commit/aa4ccb8a1e9b8aa17397acf34049a2aa16b0b6cb) [@RemcodM](https://github.com/RemcodM)