aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.txt
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-02-06 20:46:23 -0500
committertdro <tdro@noreply.example.com>2023-02-06 20:46:23 -0500
commit017bc1c9317ab352981202dc7da0e3f9dc314043 (patch)
tree07bc1c91eb7f12142bb89e09a417a559c1af3296 /themes/default/layouts/_default/baseof.txt
parentca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e (diff)
downloadcanory-017bc1c9317ab352981202dc7da0e3f9dc314043.tar.gz
canory-017bc1c9317ab352981202dc7da0e3f9dc314043.tar.bz2
canory-017bc1c9317ab352981202dc7da0e3f9dc314043.zip
themes/default/layouts/partials: Add page modification detection
But don't use it
Diffstat (limited to 'themes/default/layouts/_default/baseof.txt')
-rw-r--r--themes/default/layouts/_default/baseof.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/baseof.txt b/themes/default/layouts/_default/baseof.txt
index 02f0046..55f860c 100644
--- a/themes/default/layouts/_default/baseof.txt
+++ b/themes/default/layouts/_default/baseof.txt
@@ -1,3 +1,5 @@
+{{- $modified := partial "function-page-modified.html" . -}}
+
{{- block "main" . -}}
Silence is golden.
{{- end -}}