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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-08-29 00:16:13 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-08-29 00:16:13 +0300
commit4ad174562a83df036bc34638bfe6d7ee8d60ac2b (patch)
tree81a392cd9282405111c332c0168c2f3a60049274
parent3c7b035b1b8e3481b666bc53859049f624d721a5 (diff)
Change min_version and minor changes
* Change min_version to 0.73.0, due to changes related to taxonomy * Other minor changes
-rw-r--r--layouts/partials/head.html3
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d950a45..2b61983 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="generator" content="Hugo {{ hugo.Version }} -- gohugo.io / Color Your World -- gitlab.com/rmaguiar/hugo-theme-color-your-world">
+<meta name="generator" content="Hugo {{ hugo.Version }}">
+<meta name="theme" content="Color Your World -- gitlab.com/rmaguiar/hugo-theme-color-your-world">
<!-- I'm 99% sure there's a smarter way of doing it but whatever -->
{{ $currentTitle := .Title | emojify }}
diff --git a/netlify.toml b/netlify.toml
index 16b4877..405cab3 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,5 +6,5 @@
[build.environment]
HUGO_BASEURL = "https://color-your-world-demo.netlify.app"
HUGO_THEME = "repo"
- HUGO_VERSION = "0.71.0"
+ HUGO_VERSION = "0.73.0"
HUGO_ENABLEGITINFO = "true"
diff --git a/theme.toml b/theme.toml
index 13dd4b3..6fafd4b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -28,7 +28,7 @@ features = [
"privacy",
"syntax highlighting"
]
-min_version = "0.71.0"
+min_version = "0.73.0"
[author]
name = "rmaguiar"