diff options
author | Wolfgang Müller | 2022-11-04 20:33:38 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-11-04 20:33:38 +0100 |
commit | 2666c5768042bd0c7de7b774d82c6bd7bd02b9fb (patch) | |
tree | d540057fbd1b3112326d4a604b56974e28bf6bf4 /content | |
parent | 71a942c6e9f04ff26b8404910a8a00adb51d7280 (diff) | |
download | zunzuncito-2666c5768042bd0c7de7b774d82c6bd7bd02b9fb.tar.gz |
Use "related" instead of "mentions"
Whilst we specifically mention related or relevant posts in some cases,
sometimes related posts are added without any commentary. In that case
it is confusing to name them "mentioned" without there being any mention
of them in the post itself. Naming these kinds of posts "related" makes
more sense and is clearer.
Diffstat (limited to 'content')
-rw-r--r-- | content/14/index.md | 2 | ||||
-rw-r--r-- | content/15/index.md | 2 | ||||
-rw-r--r-- | content/8/index.md | 2 | ||||
-rw-r--r-- | content/9/index.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/content/14/index.md b/content/14/index.md index c1eb119..d125d8b 100644 --- a/content/14/index.md +++ b/content/14/index.md @@ -6,7 +6,7 @@ title = "A post from syys" tags = ["experiments"] [extra] -mentions = [15] +related = [15] +++ I spent the last few days building a [cursed Gentoo diff --git a/content/15/index.md b/content/15/index.md index 9a1e97b..04f6cb2 100644 --- a/content/15/index.md +++ b/content/15/index.md @@ -6,7 +6,7 @@ title = "Minecraft on syys" tags = ["experiments"] [extra] -mentions = [14] +related = [14] +++ I didn't expect this to actually work, but as half-jokingly mentioned in the {{ diff --git a/content/8/index.md b/content/8/index.md index 608cc9b..7bfcbb0 100644 --- a/content/8/index.md +++ b/content/8/index.md @@ -6,7 +6,7 @@ title = "Applying patches with mutt(1)" tags = ["git", "TIL"] [extra] -mentions = [9] +related = [9] +++ When maintaining a project sooner or later there comes the time when you need to diff --git a/content/9/index.md b/content/9/index.md index f22ed61..3a49f15 100644 --- a/content/9/index.md +++ b/content/9/index.md @@ -6,7 +6,7 @@ title = "git-am(1) and mail sorting" tags = ["git", "TIL"] [extra] -mentions = [8] +related = [8] +++ In the {{ ref(id=8, text="previous post") }} I talked about a couple of |