aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.xml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-02-22 21:47:57 -0500
committertdro <tdro@noreply.example.com>2023-02-22 21:47:57 -0500
commitf33d7108a178ddbc5838b329f87936c465b308bb (patch)
treed3a5c8a5ea9c2cdfd5a8f1a5915ce00261c28dc7 /themes/default/layouts/_default/baseof.xml
parent9f8738249627488e790dc251ac18ef2315c3335a (diff)
downloadcanory-f33d7108a178ddbc5838b329f87936c465b308bb.tar.gz
canory-f33d7108a178ddbc5838b329f87936c465b308bb.tar.bz2
canory-f33d7108a178ddbc5838b329f87936c465b308bb.zip
themes/default/layouts/_default: Add XML base
Diffstat (limited to 'themes/default/layouts/_default/baseof.xml')
-rw-r--r--themes/default/layouts/_default/baseof.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/baseof.xml b/themes/default/layouts/_default/baseof.xml
new file mode 100644
index 0000000..f804253
--- /dev/null
+++ b/themes/default/layouts/_default/baseof.xml
@@ -0,0 +1,8 @@
+{{- $modified := partial "function-page-modified.html" . -}}
+
+{{- block "main" . -}}
+{{- printf `<?xml version="1.0" encoding="utf-8" standalone="yes"?>` | safeHTML -}}
+<root>
+Silence is golden.
+</root>
+{{- end -}}