summaryrefslogtreecommitdiffstatshomepage
path: root/post.sh
diff options
context:
space:
mode:
authorWolfgang Müller2022-11-04 20:33:38 +0100
committerWolfgang Müller2022-11-04 20:33:38 +0100
commit2666c5768042bd0c7de7b774d82c6bd7bd02b9fb (patch)
treed540057fbd1b3112326d4a604b56974e28bf6bf4 /post.sh
parent71a942c6e9f04ff26b8404910a8a00adb51d7280 (diff)
downloadzunzuncito-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 'post.sh')
-rw-r--r--post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.sh b/post.sh
index e037022..4028f14 100644
--- a/post.sh
+++ b/post.sh
@@ -16,7 +16,7 @@ print_front_matter() {
tags = []
[extra]
- mentions = []
+ related = []
+++
EOF
}