From 561c9e332f28fd64c862abfb63d8e49aae751977 Mon Sep 17 00:00:00 2001 From: de-souza <43355143+de-souza@users.noreply.github.com> Date: Sat, 7 Mar 2020 13:40:19 +0100 Subject: [PATCH] Use new .GetTerms method --- layouts/partials/tags.html | 6 ++---- theme.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html index 70e50f0..ee7a014 100644 --- a/layouts/partials/tags.html +++ b/layouts/partials/tags.html @@ -7,13 +7,11 @@ {{ range $taxonomy := $taxonomies }} {{ if isset $.Params $taxonomy }} {{ end }} {{ end }} diff --git a/theme.toml b/theme.toml index bf96b0a..0fa70e7 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A lightweight Hugo theme leveraging CSS Flexbox" homepage = "https://github.com/de-souza/hugo-flex/" tags = ["responsive", "minimal", "flexbox", "no-javascript"] features = ["posts"] -min_version = "0.57.2" +min_version = "0.65" [author] name = "Léo De Souza"