1
Fork 0
treehouse/template
liquidev 74baa61122 make the 🔗 button copy branch links to clipboard
to accomplish this, I generalised emoji tooltips to a shared Tooltip class.
in the long run I'd like to transform all existing `title=""` tooltips into these for stylistic consistency with the rest of the website, but this is good enough for now.

I also ended up cleaning up some old code from before the /b rework.
2025-01-12 17:58:20 +01:00
..
components make the 🔗 button copy branch links to clipboard 2025-01-12 17:58:20 +01:00
_feed_atom.hbs rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
_history.hbs fix history view on narrow screens 2024-11-01 19:22:20 +01:00
_tree.hbs make the 🔗 button copy branch links to clipboard 2025-01-12 17:58:20 +01:00
README.md newsfeed 2024-02-21 23:17:19 +01:00
sandbox.hbs implement generation of simple templates (/sandbox) 2024-11-23 21:43:58 +01:00

Templates

This directory houses Handlebars templates, which are mostly used for reusable bits of the house.

Files that are not prefixed with a _ are generated into their own .html files. All other files are only loaded into Handlebars for use by other templates (or the generator itself.)

In particular, _tree.hbs is used as the default page template. This can be changed by including a %% template = "_whatever.hbs" at the top of your .tree file.