Skip to main content

Custom includes

In case you wish to include custom meta tags, html, css or Javascript, Files Gallery will look for the following files to include from your _files storage path:

include/head.html
css/custom.css
include/footer.html
js/custom.js

head.html

include/head.html

Useful to add counters, stats (like Google Analytics) and meta tags that go into the document <head> tag.

custom.css

css/custom.css

Custom CSS styling using CSS variables read more

footer.html

include/footer.html

Goes just above the closing </body> tag. Useful to trigger custom javascripts.

custom.js

js/custom.js

Loads a custom javascript file.