mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add end_of_page hook for extra Javascript
This commit is contained in:
parent
d0506fb227
commit
0aad50c5f3
7 changed files with 35 additions and 29 deletions
|
@ -7,3 +7,11 @@ http://opensource.org/licenses/MIT.
|
|||
fallbackSVG();
|
||||
addAnchorLinks();
|
||||
</script>
|
||||
|
||||
{% comment %}
|
||||
<!-- A hook to allow pages to add JS at the very end of
|
||||
the page so it runs after all content and CSS has loaded -->
|
||||
{% endcomment %}
|
||||
{% if page.end_of_page %}
|
||||
{{page.end_of_page}}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue