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.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/baseof.json b/themes/default/layouts/_default/baseof.json
new file mode 100644
index 0000000..e1203cc
--- /dev/null
+++ b/themes/default/layouts/_default/baseof.json
@@ -0,0 +1,12 @@
+{{- $modified := partial "function-page-modified.html"
+ (dict
+ "Context" .
+ "Disable" true
+ )
+-}}
+
+{{- if $modified -}}
+ {{- block "main" . -}}
+ "Silence is golden."
+ {{- end -}}
+{{- end -}}