diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-30 02:41:00 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-30 02:41:00 +0200 |
commit | 114b36f95116f62bfcf9d79e441ab81aed35454b (patch) | |
tree | e228416708183618d442b44d5d54cb036bebb0cd /man/blogc-source.7.ronn | |
parent | 82035fc222e8f7cb63c9573d5e9c7b5fea9d1943 (diff) | |
download | blogc-114b36f95116f62bfcf9d79e441ab81aed35454b.tar.gz blogc-114b36f95116f62bfcf9d79e441ab81aed35454b.tar.bz2 blogc-114b36f95116f62bfcf9d79e441ab81aed35454b.zip |
man: added blogc-pagination(7)
Diffstat (limited to 'man/blogc-source.7.ronn')
-rw-r--r-- | man/blogc-source.7.ronn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index c49f3ce..1a2cc76 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -45,6 +45,10 @@ You can omit seconds, minutes and hours if you want, they will be filled with The ``DATE_FORMAT`` variable should be passed to blogc(1) as a global variable. Its value must be a valid strptime(3) format. +The source parser will also automatically generate a variable called `FILENAME`, +that stores the name of the source file, without its extension. This is useful +for building permalinks in templates. + ## SOURCE CONTENT - BLOCK ELEMENTS ### Paragraphs |