summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-11-09 22:52:44 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-11-09 22:52:44 +0100
commitb24b2de5e16ca3baea69d31c1a6dc72e893db838 (patch)
treedecbb50741f61d6078f8fab19b76c17cf1419fb7 /themes/PaperMod/layouts/_default
parent7114391230df7a6dbca73b4994ede889a6dd39e8 (diff)
sync theme
Diffstat (limited to 'themes/PaperMod/layouts/_default')
-rw-r--r--themes/PaperMod/layouts/_default/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/PaperMod/layouts/_default/baseof.html b/themes/PaperMod/layouts/_default/baseof.html
index 3d13f07..d2de5ee 100644
--- a/themes/PaperMod/layouts/_default/baseof.html
+++ b/themes/PaperMod/layouts/_default/baseof.html
@@ -1,3 +1,7 @@
+{{- if lt hugo.Version "0.97.1" }}
+{{- errorf "=> hugo v0.97.1 or greater is required for hugo-PaperMod to build " }}
+{{- end -}}
+
<!DOCTYPE html>
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}">