aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-04 03:48:53 -0400
committertdro <tdro@noreply.example.com>2022-05-04 03:48:53 -0400
commit8200cb6919489187b2916fc8902f75eb4293d1a2 (patch)
tree77b1f90b81a0afc058fd80ef0aa5d04c2c80504e /content
parent631f9369b24ee4858b258126ba9ca6a263dd2cae (diff)
downloadcanory-8200cb6919489187b2916fc8902f75eb4293d1a2.tar.gz
canory-8200cb6919489187b2916fc8902f75eb4293d1a2.tar.bz2
canory-8200cb6919489187b2916fc8902f75eb4293d1a2.zip
themes/default/layouts/shortcodes: Fix self reference
Diffstat (limited to 'content')
-rw-r--r--content/canory/messages/markdown.md2
-rw-r--r--content/canory/messages/self.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/canory/messages/markdown.md b/content/canory/messages/markdown.md
index a2c658f..a6bec81 100644
--- a/content/canory/messages/markdown.md
+++ b/content/canory/messages/markdown.md
@@ -12,4 +12,4 @@ to the [`markdown`](https://www.markdownguide.org/cheat-sheet/) that generates
this message --- might as well show my internals. Casual users will frown, power users
will delight.
-{{< iframe "/raw/canory/messages/markdown.md" >}}
+{{< self "/raw/canory/messages/markdown.md" >}}
diff --git a/content/canory/messages/self.md b/content/canory/messages/self.md
index f58c2ca..fef7f91 100644
--- a/content/canory/messages/self.md
+++ b/content/canory/messages/self.md
@@ -11,4 +11,4 @@ instructions from the manufacturer was not to do this --- but rules are made to
broken... right?
{{< /spoiler >}}
-{{< self "/canory/messages/self" >}}
+{{< self "/canory/messages/self#canory-messages-self.md" >}}