From 650aef75480b773661e53a751337abef3b2abd47 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Sun, 19 Jul 2026 21:46:16 -1000 Subject: Initial commit Signed-off-by: Joseph Elliott Hand --- layouts/_shortcodes/email.html | 1 + layouts/_shortcodes/marginnote.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 layouts/_shortcodes/email.html create mode 100644 layouts/_shortcodes/marginnote.html (limited to 'layouts/_shortcodes') diff --git a/layouts/_shortcodes/email.html b/layouts/_shortcodes/email.html new file mode 100644 index 0000000..7363f60 --- /dev/null +++ b/layouts/_shortcodes/email.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/_shortcodes/marginnote.html b/layouts/_shortcodes/marginnote.html new file mode 100644 index 0000000..5a3defc --- /dev/null +++ b/layouts/_shortcodes/marginnote.html @@ -0,0 +1 @@ +{{ .Inner | .Page.RenderString }} -- cgit v1.2.3