5
0
Fork 0

fix editor field

This commit is contained in:
kleines Filmröllchen 2026-02-09 13:43:38 +01:00
parent 6a777ce762
commit 4f2892f101
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8

View file

@ -75,7 +75,7 @@ if [[ -z "$file" ]]; then
exit
fi
title=$file
editor=$(grep 'author: .*' $file.md)
editor=$(grep 'editor: .*' $file.md)
editor=${editor:8}
title=$(grep 'title: .*' $file.md)
title=${title:7}