fix editor field
This commit is contained in:
parent
6a777ce762
commit
4f2892f101
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ if [[ -z "$file" ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
title=$file
|
title=$file
|
||||||
editor=$(grep 'author: .*' $file.md)
|
editor=$(grep 'editor: .*' $file.md)
|
||||||
editor=${editor:8}
|
editor=${editor:8}
|
||||||
title=$(grep 'title: .*' $file.md)
|
title=$(grep 'title: .*' $file.md)
|
||||||
title=${title:7}
|
title=${title:7}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue