feat: Update hippie-script

- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
This commit is contained in:
sthag 2025-11-03 19:37:19 +01:00
parent a3eb2250ab
commit b7b1d15456
7 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ function setup() {
'use strict';
console.group('Document information');
console.info('\n', hippie.brand, '\n\n');
console.info('\n', HIPPIE.brand, '\n\n');
console.info('HTML:', hippie.screen, '\nBODY:', hippie.body);
console.groupEnd();
if (debugOn) {