From f6c80afa81f9140c3709662ce65f2c90d70c71f1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 11 Apr 2026 14:14:11 -0700 Subject: [PATCH] Use a shortcode to get the URL for the food combining section of Cooking. A few other small fixes. --- content/posts/guides/diet/diet.md | 4 ++-- content/posts/guides/diet/sensitivities.md | 2 +- layouts/shortcodes/food-combining-url.html | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 layouts/shortcodes/food-combining-url.html diff --git a/content/posts/guides/diet/diet.md b/content/posts/guides/diet/diet.md index 2b389e8..622d280 100644 --- a/content/posts/guides/diet/diet.md +++ b/content/posts/guides/diet/diet.md @@ -38,7 +38,7 @@ aliases: Everything I choose is organic or local unless it's something rare like durian. -Most items are eaten in monomeals. If multiple items exist in one meal, food combining (such as taught in Natural Hygiene) is practiced. More on that [here](/posts/blog/cooking/#simplicity--food-combining). +Most items are eaten in monomeals. If multiple items exist in one meal, food combining (such as taught in Natural Hygiene) is practiced. More on that [here]({{% food-combining-url %}}). ## Fruit @@ -98,7 +98,7 @@ Anything frozen here is allowed to thaw out so that they're ready to eat by time ## Allergies -To know what I intentionally avoid, go [Here](/allergies) +To know what I intentionally avoid, see [this page](/allergies). --- diff --git a/content/posts/guides/diet/sensitivities.md b/content/posts/guides/diet/sensitivities.md index 344f9af..68ef892 100644 --- a/content/posts/guides/diet/sensitivities.md +++ b/content/posts/guides/diet/sensitivities.md @@ -37,7 +37,7 @@ Basically, if you can feed it to both a rabbit and a dog, then I can probably ha Typically I don't accept food or food items from anyone, even trusted friends. This is more just to explain the why's of what I do. -It's also important to note that I practice conscious food combining, otherwise that causes another list of issues. More [here](/posts/blog/cooking/#simplicity--food-combining). +It's also important to note that I practice conscious food combining, otherwise that causes another list of issues. More [here]({{% food-combining-url %}}). ## High Reactivity diff --git a/layouts/shortcodes/food-combining-url.html b/layouts/shortcodes/food-combining-url.html new file mode 100644 index 0000000..ca6c6e7 --- /dev/null +++ b/layouts/shortcodes/food-combining-url.html @@ -0,0 +1 @@ +/posts/guides/diet/cooking/#simplicity--food-combining \ No newline at end of file