From 8200cb6919489187b2916fc8902f75eb4293d1a2 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 4 May 2022 03:48:53 -0400 Subject: themes/default/layouts/shortcodes: Fix self reference --- content/canory/messages/markdown.md | 2 +- content/canory/messages/self.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content') 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" >}} -- cgit v1.2.3