mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Respect documentation base href for link to home.
This commit is contained in:
parent
db2a94b56c
commit
4c53cf5646
@ -3,7 +3,7 @@
|
||||
$DocumentationSearchForm
|
||||
|
||||
<ul class="nav">
|
||||
<li><a href="$BaseHref" class="top">Home</a></li>
|
||||
<li><a href="$DocumentationBaseHref" class="top">Home</a></li>
|
||||
|
||||
<% loop Menu %>
|
||||
<% if DefaultEntity %>
|
||||
|
Loading…
Reference in New Issue
Block a user