Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 12b3c31..3cc9820 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -15,12 +15,12 @@
</div>
<div id="scroll-down" class="timeline-container">
- {{ if .Site.Params.message }}
+ {{ if or .Site.Params.message (and (not .Site.Params.title_l1) (not .Site.Params.title_l2)) }}
<div class="timeline-post" style="padding-bottom: 50px;">
<div class="attention-message">
</br><h1>!</h1>
</div>
- <h3>{{ .Site.Params.message }}</h3>
+ <h3>{{if and (not .Site.Params.title_l1) (not .Site.Params.title_l2)}}Error: Please use sample-config.toml from Shapez-Theme folder as boilerplate config.{{ else }}{{ .Site.Params.message }}{{ end }}</h3>
</div>
{{ end }}