Replace Nunjucks with Liquid #2

Merged
sthag merged 20 commits from development into main 2026-03-15 09:40:22 +01:00
Showing only changes of commit 52ee2e3dd7 - Show all commits

View file

@ -46,7 +46,7 @@ tags:
#init() { #init() {
this.#createContext(['background', 'hands']); this.#createContext(['background', 'hands']);
this.createOverlay(); // this.createOverlay();
this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`); this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`);
this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`); this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`);