Skip to content

Commit

Permalink
"parent" is clearer in context
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Aug 2, 2023
1 parent 14e8143 commit e8b3e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Contains clickable links to
<br> <legend-symbol> {{ bad() }} </legend-symbol>Intentionally **wrong example** or **pitfall**.
<br> <legend-symbol> {{ esoteric() }} </legend-symbol>Slightly **esoteric**, rarely used or advanced.
<br> <legend-symbol> {{ hot() }} </legend-symbol>Something with **outstanding utility**.
<br> <legend-symbol> {{ expands_to() }} </legend-symbol>The aforementioned item **expands to** &hellip;
<br> <legend-symbol> {{ expands_to() }} </legend-symbol>The parent item **expands to** &hellip;
<br> <legend-symbol> {{ opinionated() }} </legend-symbol>**Opinionated**.
<br> <legend-symbol> {{ todo() }} </legend-symbol>Is **missing good link** or explanation.

Expand Down
2 changes: 1 addition & 1 deletion templates/shortcodes/expands_to.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

<a class="tooltip" style="font-size: 70%; position:relative; left: 3px; color: gray;" title="The aforementioned item expands to ...">↪&nbsp;</a>
<a class="tooltip" style="font-size: 70%; position:relative; left: 3px; color: gray;" title="The parent item expands to ...">↪&nbsp;</a>

0 comments on commit e8b3e40

Please sign in to comment.