diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 00:06:56 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 00:06:56 -0300 |
commit | 30e5e6890682d4759e6dcdfc833a666e0ab3f7a2 (patch) | |
tree | d225bd39fcf99b14bc5f9ad8c1bfeedb2d5ab04d /README.md | |
parent | de39a41da62c4b3820b4805ddb7c4970c36bc257 (diff) | |
download | blogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.tar.gz blogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.tar.bz2 blogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.zip |
added renderer, without tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ Pre-formatted content is available in template blocks as the ``CONTENT`` variabl {% block single_source %} <title>My cool blog >> {{ TITLE }}</title> {% endblock %} - {% block multiple_sources %} + {% block multiple_sources_once %} <title>My cool blog - Main page</title> {% endblock %} </head> |