diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-15 00:07:28 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-15 00:07:28 +0100 |
commit | bc23293bb178b6abcafa0f67d432cbff6ac3c861 (patch) | |
tree | 2f68f1abf87c2a326be2a21e275252bb8f565621 /man/blogc-template.7.ronn | |
parent | 80017f034146b50fdc441c96636f1098adf7037e (diff) | |
download | blogc-bc23293bb178b6abcafa0f67d432cbff6ac3c861.tar.gz blogc-bc23293bb178b6abcafa0f67d432cbff6ac3c861.tar.bz2 blogc-bc23293bb178b6abcafa0f67d432cbff6ac3c861.zip |
content-parser: html-encode pre-defined title. updated man pages
Diffstat (limited to 'man/blogc-template.7.ronn')
-rw-r--r-- | man/blogc-template.7.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/blogc-template.7.ronn b/man/blogc-template.7.ronn index d010a1c..c6a3af1 100644 --- a/man/blogc-template.7.ronn +++ b/man/blogc-template.7.ronn @@ -75,7 +75,7 @@ This is how a `listing_once` block is defined: {% endblock %} This is a 'real life' usage example of a `listing_once` block, supposing -that each source file defines a `TITLE` variable: +that the `TITLE` variable is defined: {% block listing_once %} <ul> |