diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 54fca03..e35b04c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,5 +1,5 @@ {{ define "title" }} - {{- if eq .Kind "taxonomy" -}} + {{- if eq .Kind "term" -}} {{- i18n .Data.Singular | title -}} {{- print ": " -}} {{- end -}} diff --git a/layouts/partials/list.html b/layouts/partials/list.html index d56a9bf..6c9fe20 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -1,6 +1,6 @@

- {{- if eq .Kind "taxonomy" -}} + {{- if eq .Kind "term" -}} {{- i18n .Data.Singular | title -}} {{- print ": " -}} {{- end -}} diff --git a/netlify.toml b/netlify.toml index b5876a4..1583aa6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,10 +3,10 @@ command = "make prepare && hugo --source demo --baseURL $URL" [context.production.environment] - HUGO_VERSION = "0.57.0" + HUGO_VERSION = "0.73.0" [context.deploy-preview] command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.57.0" + HUGO_VERSION = "0.73.0" diff --git a/theme.toml b/theme.toml index 5a7ab00..adf3e70 100644 --- a/theme.toml +++ b/theme.toml @@ -19,7 +19,7 @@ features = [ "single-column", "syntax-highlighting" ] -min_version = "0.57" +min_version = "0.73.0" [author] name = "Luiz F. A. de PrĂ¡"