This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 38a080e810 CAUSEWAY-3222: fix missing css ref in site index.thml
38a080e810 is described below

commit 38a080e8106efeae472ceb1900f843ec94cb2497
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 09:26:29 2023 +0100

    CAUSEWAY-3222: fix missing css ref in site index.thml
---
 antora/supplemental-ui/index.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/antora/supplemental-ui/index.html 
b/antora/supplemental-ui/index.html
index d00f3c5373..4357bcaf73 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -47,6 +47,8 @@
 
   <!-- Main Stylesheet File -->
   <link href="_/css/home/style.css" rel="stylesheet">
+  <!-- Custom Stylesheet File -->
+  <link href="_/css/site-custom.css" rel="stylesheet">
 
   <!-- =======================================================
     Theme Name: Reveal

Reply via email to