From e8b3e40862a4e4b33bdf20bbbd68d1117da44d24 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Wed, 2 Aug 2023 08:57:11 +0200 Subject: [PATCH] "parent" is clearer in context --- content/_index.md | 2 +- templates/shortcodes/expands_to.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index abddeba..f7cc1af 100644 --- a/content/_index.md +++ b/content/_index.md @@ -50,7 +50,7 @@ Contains clickable links to
{{ bad() }} Intentionally **wrong example** or **pitfall**.
{{ esoteric() }} Slightly **esoteric**, rarely used or advanced.
{{ hot() }} Something with **outstanding utility**. -
{{ expands_to() }} The aforementioned item **expands to** … +
{{ expands_to() }} The parent item **expands to** …
{{ opinionated() }} **Opinionated**.
{{ todo() }} Is **missing good link** or explanation. diff --git a/templates/shortcodes/expands_to.html b/templates/shortcodes/expands_to.html index 5b7371e..bc5a141 100644 --- a/templates/shortcodes/expands_to.html +++ b/templates/shortcodes/expands_to.html @@ -1,2 +1,2 @@ -↪  \ No newline at end of file +↪  \ No newline at end of file