Update minimum required Hugo version to 0.125.7

This commit is contained in:
Aditya Telange 2024-11-03 13:13:11 +05:30
parent f163fb1dc0
commit 8a17bf8931
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
5 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{{- if lt hugo.Version "0.112.4" }}
{{- errorf "=> hugo v0.112.4 or greater is required for hugo-PaperMod to build " }}
{{- if lt hugo.Version "0.125.7" }}
{{- errorf "=> hugo v0.125.7 or greater is required for hugo-PaperMod to build " }}
{{- end -}}
<!DOCTYPE html>