Feature: Cascading Templates #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Optional support for rendering
_template.html
files from each directory level when targeting a glob of files.Given the structure:
When rendering
birthdays.md
from theproject
directory as the root folder, this option would first renderproject/tags/_template.html
then take those results and use them as the content for theproject/_template.html
template as the final outputI'm 50/50 on if this should be directory-driven or data/arg driven