summaryrefslogtreecommitdiffstats
path: root/docs/content/en/news
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-29 09:23:25 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-29 09:23:25 +0100
commit4b2738d87108ac7254b5e18ba842edb838affff4 (patch)
tree3fcc240051335eb890eb0ec838d71943b12b7eae /docs/content/en/news
parent9c88a8a55adf7779039504fa77d74ec80d658c40 (diff)
parent74309fe5699a595080fdb3a14711e0869babce99 (diff)
Diffstat (limited to 'docs/content/en/news')
-rw-r--r--docs/content/en/news/0.45-relnotes/index.md2
-rw-r--r--docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.pngbin0 -> 66352 bytes
-rw-r--r--docs/content/en/news/0.49-relnotes/index.md4
-rw-r--r--docs/content/en/news/0.49.1-relnotes/index.md8
-rw-r--r--docs/content/en/news/0.49.2-relnotes/index.md10
5 files changed, 9 insertions, 15 deletions
diff --git a/docs/content/en/news/0.45-relnotes/index.md b/docs/content/en/news/0.45-relnotes/index.md
index b67a24de6..83051c058 100644
--- a/docs/content/en/news/0.45-relnotes/index.md
+++ b/docs/content/en/news/0.45-relnotes/index.md
@@ -39,7 +39,7 @@ You can also use the `..` to refer to a page one level up etc.:
We have now also added language support to `ref` and `relref`, so you can link to a page in another language:
```go-html-template
-{{</* relref path="document.md" lang="jp" */>}}
+{{</* relref path="document.md" lang="ja" */>}}
```
To link to a given Output Format of a document, you can use this syntax:
diff --git a/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png b/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png
new file mode 100644
index 000000000..6f0f42ed4
--- /dev/null
+++ b/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png
Binary files differ
diff --git a/docs/content/en/news/0.49-relnotes/index.md b/docs/content/en/news/0.49-relnotes/index.md
index 83784cf21..6bb272c33 100644
--- a/docs/content/en/news/0.49-relnotes/index.md
+++ b/docs/content/en/news/0.49-relnotes/index.md
@@ -1,8 +1,8 @@
---
date: 2018-09-24
-title: "0.49"
-description: "0.49"
+title: "Hugo 0.49: Directory Based Archetypes"
+description: "Hugo 0.49 brings archetype bundle support and collection goodness."
categories: ["Releases"]
---
diff --git a/docs/content/en/news/0.49.1-relnotes/index.md b/docs/content/en/news/0.49.1-relnotes/index.md
index 9327a7060..a3858a9e1 100644
--- a/docs/content/en/news/0.49.1-relnotes/index.md
+++ b/docs/content/en/news/0.49.1-relnotes/index.md
@@ -1,17 +1,15 @@
---
date: 2018-10-10
-title: "0.49.1"
-description: "0.49.1"
+title: "Hugo 0.49.1: Bug Fix"
+description: "This release fixes an issue where resources.Concat would sometimes fail."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
-
-
-This is a bug-fix release with a 2 related fixed. This was introduced in Hugo 0.49. The most notable error situation was that `resources.Concat` could fail in some situations.
+This is a bug-fix release with 2 related fixes. This was introduced in Hugo 0.49. The most notable error situation was that `resources.Concat` could fail in some situations.
* Fix handling of different interface types in Slice [e2201ef1](https://github.com/gohugoio/hugo/commit/e2201ef15fdefe257ad284b2df4ccc8f8c38fac2) [@bep](https://github.com/bep) [#5269](https://github.com/gohugoio/hugo/issues/5269)
diff --git a/docs/content/en/news/0.49.2-relnotes/index.md b/docs/content/en/news/0.49.2-relnotes/index.md
index a4bfc979c..1d24cd624 100644
--- a/docs/content/en/news/0.49.2-relnotes/index.md
+++ b/docs/content/en/news/0.49.2-relnotes/index.md
@@ -1,17 +1,13 @@
-
---
date: 2018-10-11
-title: "0.49.2"
-description: "0.49.2"
+title: "Hugo 0.49.2: One Bug Fix"
+description: "Fixes a type issue in append and Scratch.Add"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
-
---
-
-
-This is fixes one regression from Hugo `0.42.1`:
+This fixes one regression from Hugo `0.42.1`:
* Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303)