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 inside your _files storage path:

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

custom.css

_files/css/custom.css

Custom CSS styling using CSS variables read more

custom.js

_files/js/custom.js

Loads a custom javascript file read more

head.html

_files/include/head.html

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

footer.html

_files/include/footer.html

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