Skip to content

Commit

Permalink
Fix GitHub ribbon
Browse files Browse the repository at this point in the history
Currently this ribbon always links to the mojo-parent GitHub project.
  • Loading branch information
darxriggs committed Nov 12, 2018
1 parent a2e31ee commit a0e29d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<custom>
<fluidoSkin>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>
</gitHub>
</fluidoSkin>
</custom>
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down

0 comments on commit a0e29d6

Please sign in to comment.