aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
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.html
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.html')
-rw-r--r--themes/default/layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index c42b7ae..ddd2780 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -1,3 +1,5 @@
+{{- $modified := partial "function-page-modified.html" . -}}
+
<!DOCTYPE html>
<html
lang="en-us"