Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-04-01 13:46:27 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-04-01 13:46:27 +0300
commit855e14be1ceabc65a7de8a16b8c1717157d9bef9 (patch)
treecc234339eb96905e382bdd03adf48708986f21bc
parent1ba40cba232fdebd961e1a953e548763a06b4533 (diff)
Bump required Hugo version to v0.19
-rw-r--r--CHANGELOG.md4
-rw-r--r--theme.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ecdb39..73dc43e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### 1st April 2017
+
+With Hugo v0.20 the `.Now` is deprecated and will be replaced by the `now` template function. v0.19 does support both and as part of the transition phase. Hence the least required version of Hugo is v0.19.
+
### 28th October 2016 - Option to link custom assets
You're now able to link local or external assets by adding their url to
diff --git a/theme.toml b/theme.toml
index 9c211bf..22064f0 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "The blog theme you may fall in love with, coming to Hugo. "
homepage = "//github.com/digitalcraftsman/hugo-icarus-theme"
tags = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics", "useful shortcodes", "responsive"]
features = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics", "useful shortcodes", "responsive"]
-min_version = 0.15
+min_version = 0.19
[author]
name = "Digitalcraftsman"