aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-03-12 00:46:51 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-03-12 00:46:55 +0100
commitc0793f35389c58dc01082bbce01edbd59d77d4f3 (patch)
tree9504f5ca105137586c4d4f71a590701fecab9713 /man
parent6d02b98e17eb3541e9f16ebcee6cb983212ecfa0 (diff)
downloadblogc-c0793f35389c58dc01082bbce01edbd59d77d4f3.tar.gz
blogc-c0793f35389c58dc01082bbce01edbd59d77d4f3.tar.bz2
blogc-c0793f35389c58dc01082bbce01edbd59d77d4f3.zip
make: rename TAG_CLOUD to MAKE_TAGS
all the template helper variables provided by blogc-make should start with MAKE_
Diffstat (limited to 'man')
-rw-r--r--man/blogcfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn
index f93d0af..fb2d623 100644
--- a/man/blogcfile.5.ronn
+++ b/man/blogcfile.5.ronn
@@ -136,7 +136,7 @@ The `[tags]` section is a listing of the tags that should be listed in the
website. blogc-make(1) will generate post listing indexes and Atom feeds for
each tag listed in the section.
-The tags will be also provided to blogc as a `TAG_CLOUD` variable, that is a
+The tags will be also provided to blogc as a `MAKE_TAGS` variable, that is a
space-separated list of the tags, useful to generate tag clouds using the
`foreach` template iterator. See blogc-template(7).