diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-01 14:33:30 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-01 14:33:30 +0200 |
commit | 7d2c52b21ff28c80d28a1408cf6abb85d7725848 (patch) | |
tree | 2abdf8abdb7a5dac3ec3df36d497431283f86397 /scripts/postinfo | |
parent | d2d813c04ce37cdb4a283dcd60b7986882970be5 (diff) |
added po-connect-4 markdown files for testing + todo
Diffstat (limited to 'scripts/postinfo')
-rwxr-xr-x | scripts/postinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/postinfo b/scripts/postinfo index 94827f1..72c6526 100755 --- a/scripts/postinfo +++ b/scripts/postinfo @@ -3,7 +3,7 @@ filename=$1 jq -n \ - --argjson title "$(./meta title $filename)" \ + --argjson title "$(./meta title $filename || '\n')" \ --argjson subtitle "$(./meta subtitle $filename)" \ --argjson author "$(./meta author $filename)" \ --argjson date "$(./meta date $filename)" \ |