branch permalinks still use /b, but /b?abc now acts as a redirect rather than doing annoying JavaScript garbage I changed the branch element ID format to accomodate this---now the IDs are of form `b-{id}` rather than `{tree_path}:{id}`. the old way was stupid anyways. I hope nothing breaks too majorly because of this. |
||
---|---|---|
.. | ||
components | ||
_feed_atom.hbs | ||
_history.hbs | ||
_tree.hbs | ||
README.md | ||
sandbox.hbs |
Templates
This directory houses Handlebars templates, which are mostly used for reusable bits of the house.
Files that are not prefixed with a _
are generated into their own .html
files.
All other files are only loaded into Handlebars for use by other templates (or the generator itself.)
In particular, _tree.hbs
is used as the default page template. This can be changed by including a %% template = "_whatever.hbs"
at the top of your .tree file.