Implement fixes for refreshed template system for Hugo v0.146.0+ (#1726)
This commit is contained in:
parent
149f12cea7
commit
7cf752f864
8 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{- if lt hugo.Version "0.125.7" }}
|
||||
{{- errorf "=> hugo v0.125.7 or greater is required for hugo-PaperMod to build " }}
|
||||
{{- if lt hugo.Version "0.146.0" }}
|
||||
{{- errorf "=> hugo v0.146.0 or greater is required for hugo-PaperMod to build " }}
|
||||
{{- end -}}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue