This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-site.git
The following commit(s) were added to refs/heads/master by this push:
new 02d8cf8 Fix emtpy $site by setting sitesearch in skin for googleSearch
02d8cf8 is described below
commit 02d8cf80cc8df4f55534f94003120f2ac3a460e1
Author: gemkall <[email protected]>
AuthorDate: Tue Sep 24 16:19:52 2024 +0200
Fix emtpy $site by setting sitesearch in skin for googleSearch
---
src/site/site.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 928b3e9..4a83a90 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -124,10 +124,10 @@
<topBarEnabled>false</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
<googleSearch>
- <sitesearch/>
+ <sitesearch>${project.url}</sitesearch>
</googleSearch>
<gitHub>
- <projectId>apache/turbine-build</projectId>
+ <projectId>apache/${turbine.site.path}</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>orange</ribbonColor>
</gitHub>