gosora/docs/templates.md
Azareal ce04b6001e Localised the analytics panes.
Tweaked the analytics phrases to make them a little more compact so they don't overlap as badly.
Added support for Facebook to the analytics panel.
Fixed a bug where language ISO codes weren't tracked properly.
Fixed a bug with settings overflowing their containers on Cosora.
The panel elements can now take up more room on Nox.
Added some information on per-theme overrides to docs/templates.md

Added the analytics.now phrase.
Added the analytics.today phrase.
Added the analytics.days phrase.
Added the analytics.days_short phrase.
Added the analytics.months phrase.
Added the analytics.months_short phrase.
2019-03-03 12:28:17 +10:00

910 B

Templates

Gosora uses a subset of Go Templates which are run on both the server side and client side with custom transpiler to wring out the most performance. Some more obscure features may not be available (e.g. local variables), but I am adding them in here and there.

The base templates are stored in /templates/ and you can shadow them by placing modified duplicates in /templates/overrides/. The default themes all share the same set of templates present there.

You can also override templates on a per-theme basis by navigating to /themes/themeName/overrides (replace themeName with the name of the theme) and placing the modified duplicates there.

Non-standard Extensions

We also have a few non-standard extensions only available on certain pages or areas, but these shouldn't be relied on in favour of more general mechanisms.

More to come soon.