hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 98dc46e1a97594a5d3f4a560545722c48dcb140a
parent 87dd5725de6c74fe34a7eaf9a848c72ac3ce0a9e
Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date:   Sun, 22 Mar 2020 10:36:42 +0000

releaser: Add release notes to /docs for release of 0.68.1

[ci skip]

Diffstat:
Adocs/content/en/news/0.68.1-relnotes/index.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/docs/content/en/news/0.68.1-relnotes/index.md b/docs/content/en/news/0.68.1-relnotes/index.md
@@ -0,0 +1,19 @@
+
+---
+date: 2020-03-22
+title: "Hugo 0.68.1: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.68.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+	
+
+This is a bug-fix release with one important fix.
+
+* Revert "resources: Add data context to the key in ExecuteAsTemplate" [c9dc316a](https://github.com/gohugoio/hugo/commit/c9dc316ad160e78c9dff4e75313db4cac8ea6414) [@bep](https://github.com/bep) [#7064](https://github.com/gohugoio/hugo/issues/7064)
+
+
+