saait.1: reword sentence about an empty template block file - saait - the most boring static page generator
HTML git clone git://git.codemadness.org/saait
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5bf956a1f444ba5ec786a887f575668f42313d15
DIR parent 53544bea37c0b6dab9050d9aedf64a0027424fce
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 15 Feb 2020 00:12:34 +0100
saait.1: reword sentence about an empty template block file
Diffstat:
M saait.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/saait.1 b/saait.1
@@ -58,8 +58,8 @@ Footer block.
.Pp
The files are saved as output/<templatename>, for example
templates/atom.xml/* will become: output/atom.xml .
-If a filename does not exist then the template block is not processed and will
-be the same result as if it was an empty file.
+If a file for a template block does not exist then it is treated as if it was
+an empty file.
.Pp
Hidden template directories (starting with ".") are ignored.
.Pp