andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 54 forks source link

Custom JavaScript at the end of the page #23

Closed andriusvelykis closed 10 years ago

andriusvelykis commented 10 years ago

As discussed in #18, a custom element to add arbitrary XHTML at the end of the document would allow using custom JavaScript files with good performance (rather than adding them to the head).

Create a <endContent> element that allows XHTML content to be added before </body> tag. It also supports Velocity variables.