From fd2b145191d7fb7fd2bbc5df14a5be9579261cd5 Mon Sep 17 00:00:00 2001 From: Gaurav Trivedi Date: Wed, 8 Apr 2026 22:04:13 +0530 Subject: [PATCH] Fix missing site.css in Antora page head The head-styles.hbs partial was overriding the default Antora head styles but only included extra.css, dropping the main site.css. This caused pages to render without any Antora UI styling. Co-Authored-By: Claude Opus 4.6 --- docs/supplemental-ui/partials/head-styles.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supplemental-ui/partials/head-styles.hbs b/docs/supplemental-ui/partials/head-styles.hbs index e30ba27e..49f0569c 100644 --- a/docs/supplemental-ui/partials/head-styles.hbs +++ b/docs/supplemental-ui/partials/head-styles.hbs @@ -1 +1,2 @@ +