JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: new names for standard template sections
authorJason Woofenden <jason@jasonwoof.com>
Fri, 16 Sep 2011 22:35:05 +0000 (18:35 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 16 Sep 2011 22:35:05 +0000 (18:35 -0400)
The new convention is to use the `$` prefix for sections perhaps variables that
are global to the document/article. This way you needn't worry about naming
conflicts (so long as your other data doesn't start with `$`.

Specificially, these were changed:

main_title -> $title
extra_headers -> $head
main_body -> $body


No differences found