You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, be sure to consider what would/should occur if there were a file named data/document.yml. I propose that we simply disallow the use of the file data/document.yml OR we merge it with the YAML front matter, having the front matter take precedence.
Once this change is made, we should update the init_files/documents/release_record.md to set the release_id with a document-level variable.
The text was updated successfully, but these errors were encountered:
We want to make the variables in a document's YAML front matter available in templates.
It should work the same way Jekyll works:
https://jekyllrb.com/docs/front-matter/#custom-variables
Only, use "document" instead of "page".
Also, be sure to consider what would/should occur if there were a file named
data/document.yml
. I propose that we simply disallow the use of the filedata/document.yml
OR we merge it with the YAML front matter, having the front matter take precedence.Once this change is made, we should update the
init_files/documents/release_record.md
to set therelease_id
with a document-level variable.The text was updated successfully, but these errors were encountered: