Fix missing asset registry error: Replace template.global.base with template.base

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 05:27:53 +00:00
parent 50b9298a69
commit b1ce13ca8b
2 changed files with 3 additions and 4 deletions

View File

@@ -72,8 +72,7 @@ $templatePath = 'media/templates/site/mokocassiopeia';
// ===========================
// Core template CSS
$wa->useStyle('template.global.base'); // css/template.css
$wa->useStyle('template.global.social-media-demo'); // css/global/social-media-demo.css
$wa->useStyle('template.base'); // css/template.css
// Optional vendor CSS
$wa->useStyle('vendor.bootstrap-toc');