mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-01 15:28:23 -04:00
Bump minimum Hugo version to 0.112.4
* language.LanguageCode is required for Fix/hugo depr 0.120.x #1328
This commit is contained in:
parent
f51ad49819
commit
e3ad0aeb70
5 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
{{- if lt hugo.Version "0.97.1" }}
|
||||
{{- errorf "=> hugo v0.97.1 or greater is required for hugo-PaperMod to build " }}
|
||||
{{- if lt hugo.Version "0.112.4" }}
|
||||
{{- errorf "=> hugo v0.112.4 or greater is required for hugo-PaperMod to build " }}
|
||||
{{- end -}}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue