diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 15:26:22 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-08-17 15:26:22 -0300 |
commit | cd1a926a622f5c7cebe31ba310f160d60c1834f7 (patch) | |
tree | 0a6cdb10313aeee5f53dbd9a4461d080f816fc4a /man | |
parent | 645941b56dc4fa38a392e76c2a7909aeb8cd7c4d (diff) | |
download | blogc-cd1a926a622f5c7cebe31ba310f160d60c1834f7.tar.gz blogc-cd1a926a622f5c7cebe31ba310f160d60c1834f7.tar.bz2 blogc-cd1a926a622f5c7cebe31ba310f160d60c1834f7.zip |
man: fixed blogc-source(7)
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-source.7.ronn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index 2b2b11e..00d439c 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -32,7 +32,10 @@ blocks that handle local variables. See blogc-template(7) for details. The ``DATE`` variable is special, and represents the publishing date of the post. It may be formatted with the ``DATE_FORMAT`` variable, if provided, -otherwise will be kept as is. See blogc(1). +otherwise will be kept as is. + +The ``DATE_FORMAT`` variable should be passed to blogc(1) as a global +variable. Its value must be a valid strptime(3) format. ## SOURCE CONTENT - BLOCK ELEMENTS |