update new post script with correct author
This commit is contained in:
parent
71328a27e8
commit
b43a55e1b4
@ -30,10 +30,10 @@ if [[ -f "$file" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat > "$file" <<EOF
|
cat >"$file" <<EOF
|
||||||
%{
|
%{
|
||||||
title: "${title}",
|
title: "${title}",
|
||||||
author: "Firehose Team",
|
author: "Willem van den Ende",
|
||||||
tags: ~w(),
|
tags: ~w(),
|
||||||
description: "",
|
description: "",
|
||||||
published: false
|
published: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user