Skip to content

Commit fd2b145

Browse files
gtrivedi88claude
andcommitted
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 <noreply@anthropic.com>
1 parent 0b7fabf commit fd2b145

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
<link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
12
<link rel="stylesheet" href="{{uiRootPath}}/css/extra.css">

0 commit comments

Comments
 (0)