Skip to content

Commit 154f7d6

Browse files
Fix site descriptor
1 parent afd1a7b commit 154f7d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/site/site.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<item name="Maven" href="https://maven.apache.org/" />
1212
</links>
1313
<breadcrumbs>
14-
<item name="${project.name}" href="https://jonasrutishauser.github.io/${root.artifactId}${site.path}" />
14+
<item name="Parent" href="https://jonasrutishauser.github.io/parent" />
1515
</breadcrumbs>
16+
<menu ref="parent" inherit="top" />
1617
<menu ref="modules" inherit="bottom" />
1718
<menu ref="reports" inherit="bottom" />
1819
</body>

0 commit comments

Comments
 (0)