projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8329dd
)
change siteRootUrl to site.homeUrl
author
Dan Allen
<dan@opendevise.com>
Wed, 7 Mar 2018 11:06:23 +0000
(
04:06
-0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 7 Mar 2018 11:06:23 +0000
(
04:06
-0700)
src/partials/toolbar.hbs
patch
|
blob
|
history
diff --git
a/src/partials/toolbar.hbs
b/src/partials/toolbar.hbs
index
451c38b
..
b4d427e
100644
(file)
--- a/
src/partials/toolbar.hbs
+++ b/
src/partials/toolbar.hbs
@@
-1,7
+1,7
@@
<div class="toolbar" role="navigation">
<button class="navigation-toggle"></button>
- {{#if site
Root
Url}}
- <a href="{{
siteRoot
Url}}" class="home-link{{#if page.home}} is-current{{/if}}"></a>
+ {{#if site
.home
Url}}
+ <a href="{{
relativize page.url site.home
Url}}" class="home-link{{#if page.home}} is-current{{/if}}"></a>
{{/if}}
{{> breadcrumbs}}
{{> page-versions}}