-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variable to hold common head and end of body content for HTML #2320
base: master
Are you sure you want to change the base?
variable to hold common head and end of body content for HTML #2320
Conversation
The diffs for this are not clean as one or two page specific items had to be shifted as did the search js that is only part of the full page and not simple. But if you examine them, you should see a few chunks that just shifted relative order. |
7fd4526
to
b789e74
Compare
Force pushed to rebase against master post Oscar's update |
I'm getting bit by what I am forever warning everybody else about. :-( The
|
OK, will go look into those and implement for |
Updates with requested changes. Notes:
Diffs are even messier now as factoring out the templates into subsets required reordering templates that were called in different order in different places. :( |
This makes a variable to hold the head and end of body contents inserted into each page that is common to all pages generated for a document.
It provides a decent speedup to the
file-wrap
template, but also serves as a way to allow different page types to leverage the same list of insertions. I have not extended this tostandalone-page
orcreate-iframe-page
, but we could do so. They would be a subset offile-wrap-simple-XXX
varaibles.