summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-24 15:50:52 +0200
committerWolfgang Müller2021-06-24 15:50:52 +0200
commitff8914c614f61ab3fb6f609216f9ba101a5713e2 (patch)
tree3c47f044355f4e7536505699df47ddffa926151e
parent9ace65b57b5752147a2aafbe6d7d5f9ab7177bf3 (diff)
downloadzunzuncito-ff8914c614f61ab3fb6f609216f9ba101a5713e2.tar.gz
post.sh: Always set title
This was missed in f28cb70 (templates: Make page titles mandatory, 2021-06-16).
-rw-r--r--post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.sh b/post.sh
index 17ad94d..e037022 100644
--- a/post.sh
+++ b/post.sh
@@ -10,7 +10,7 @@ find_next_id() {
print_front_matter() {
cat <<-EOF
+++
- # title = ""
+ title = ""
[taxonomies]
tags = []