From f16adabe36dcb5e917cbe67481bcfcfbd638e2e4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 12:20:07 -0700 Subject: [PATCH] Add shortcodes. --- layouts/shortcodes/bug.html | 1 + layouts/shortcodes/email.html | 1 + layouts/shortcodes/hyperling.html | 1 + layouts/shortcodes/hypervegan.html | 1 + 4 files changed, 4 insertions(+) create mode 100644 layouts/shortcodes/bug.html create mode 100644 layouts/shortcodes/email.html create mode 100644 layouts/shortcodes/hyperling.html create mode 100644 layouts/shortcodes/hypervegan.html diff --git a/layouts/shortcodes/bug.html b/layouts/shortcodes/bug.html new file mode 100644 index 0000000..28424b4 --- /dev/null +++ b/layouts/shortcodes/bug.html @@ -0,0 +1 @@ +Chad Michael "Bug" Greenwood diff --git a/layouts/shortcodes/email.html b/layouts/shortcodes/email.html new file mode 100644 index 0000000..d7e17e4 --- /dev/null +++ b/layouts/shortcodes/email.html @@ -0,0 +1 @@ +[me@hyperling.com](mailto:me@hyperling.com) diff --git a/layouts/shortcodes/hyperling.html b/layouts/shortcodes/hyperling.html new file mode 100644 index 0000000..9353ab0 --- /dev/null +++ b/layouts/shortcodes/hyperling.html @@ -0,0 +1 @@ +Chad Michael "Hyperling" Greenwood diff --git a/layouts/shortcodes/hypervegan.html b/layouts/shortcodes/hypervegan.html new file mode 100644 index 0000000..644d71f --- /dev/null +++ b/layouts/shortcodes/hypervegan.html @@ -0,0 +1 @@ +Chad Michael "HyperVegan" Greenwood