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