diff options
author | Wolfgang Müller | 2021-06-24 15:50:52 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-24 15:50:52 +0200 |
commit | ff8914c614f61ab3fb6f609216f9ba101a5713e2 (patch) | |
tree | 3c47f044355f4e7536505699df47ddffa926151e | |
parent | 9ace65b57b5752147a2aafbe6d7d5f9ab7177bf3 (diff) | |
download | zunzuncito-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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ find_next_id() { print_front_matter() { cat <<-EOF +++ - # title = "" + title = "" [taxonomies] tags = [] |