Skip to content

Commit

Permalink
new page in menu, old not
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Nov 6, 2023
1 parent 064c015 commit fe813c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/jbake/templates/menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<a href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>technology-stack.html">Technology Stack</a>
</li>
<li>
<a href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>technology-decision-principles.html">Technology Decision Principles</a>
<a href="<#if (content.rootpath)??>${content.rootpath}<#else></#if>architecture-decision-principles.html">Architecture Decision Principles</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit fe813c8

Please sign in to comment.