update new post script with correct author

This commit is contained in:
Willem van den Ende 2026-05-06 14:09:33 +01:00
parent 71328a27e8
commit b43a55e1b4

View File

@ -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