diff options
-rwxr-xr-x | scripts/postinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/postinfo b/scripts/postinfo index 968eb13..c2a1597 100755 --- a/scripts/postinfo +++ b/scripts/postinfo @@ -3,7 +3,7 @@ filename=$1 jq -n \ - --argjson title "$(./meta title $filename || '\n')" \ + --argjson title "$(./meta title $filename)" \ --argjson subtitle "$(./meta subtitle $filename)" \ --argjson author "$(./meta author $filename)" \ --argjson date "$(./meta date $filename)" \ |