aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/baseof.json')
-rw-r--r--themes/default/layouts/_default/baseof.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/baseof.json b/themes/default/layouts/_default/baseof.json
index b2d7a9f..8a60b00 100644
--- a/themes/default/layouts/_default/baseof.json
+++ b/themes/default/layouts/_default/baseof.json
@@ -1,5 +1,7 @@
{{- $modified := partial "function-page-modified.html" . -}}
-{{- block "main" . -}}
-"Silence is golden."
+{{- if $modified -}}
+ {{- block "main" . -}}
+ "Silence is golden."
+ {{- end -}}
{{- end -}}