aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 00:06:56 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 00:06:56 -0300
commit30e5e6890682d4759e6dcdfc833a666e0ab3f7a2 (patch)
treed225bd39fcf99b14bc5f9ad8c1bfeedb2d5ab04d /README.md
parentde39a41da62c4b3820b4805ddb7c4970c36bc257 (diff)
downloadblogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.tar.gz
blogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.tar.bz2
blogc-30e5e6890682d4759e6dcdfc833a666e0ab3f7a2.zip
added renderer, without tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5474aa..da3edba 100644
--- a/README.md
+++ b/README.md
@@ -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>