-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Extract header and footer content to separate templates #4797
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4797 +/- ##
==========================================
- Coverage 37.27% 37.26% -0.01%
==========================================
Files 305 305
Lines 45170 45170
==========================================
- Hits 16837 16834 -3
- Misses 25896 25898 +2
- Partials 2437 2438 +1
Continue to review full report at Codecov.
|
There is a PR #4651 that is pending a merge that will likely require changes to be made in this PR |
Thanks for letting me know. If my change is accepted, I'm happy to rebase it so that you can merge it directly. :) |
@lukasbestle please resolve conflict |
This change makes it easier to customize the header and footer content. Before this change, the whole header and footer had to be overridden, including the meta, style and script tags. Signed-off-by: Lukas Bestle <mail@lukasbestle.com>
bf20213
to
b921f2b
Compare
Done :) |
This change makes it easier to customize the header and footer content. Before this change, the whole header and footer had to be overridden, including the meta, style and script tags.
Apart from moving the code to separate files, there are no other changes to the templates in this PR.