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
|
||||
fi
|
||||
|
||||
cat > "$file" <<EOF
|
||||
cat >"$file" <<EOF
|
||||
%{
|
||||
title: "${title}",
|
||||
author: "Firehose Team",
|
||||
author: "Willem van den Ende",
|
||||
tags: ~w(),
|
||||
description: "",
|
||||
published: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user