diff --git a/Makefile b/Makefile index 84f033679a..a93259c9e7 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ endif ####################################################### # hugo version check -HUGO_VERSION_MIN=58 +HUGO_VERSION_MIN=114 HUGO_VERSION=$(shell hugo version | sed 's/^.* v0\.\(.*\)\..*/\1/') HUGO_VERSION_TOO_LOW:=$(shell [[ $(HUGO_VERSION_MIN) -gt $(HUGO_VERSION) ]] && echo true) ifeq ($(HUGO_VERSION_TOO_LOW),true)