File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
55
<div class =" navbar-link" >Tooling</div >
56
56
<div class =" navbar-dropdown is-right" >
57
57
<div class =" navbar-item" >Build Automation Plugins</div >
58
- <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' maven-tools::index.adoc' )}}} " >Maven Tools <small >Java</small ></a >
58
+ {{ #with (resolvePageURL ' maven-tools::index.adoc' )}}
59
+ <a class =" navbar-item" href =" {{{ relativize this }}} " >Maven Tools <small >Java</small ></a >
60
+ {{ /with }}
59
61
{{!--
60
62
<a class="navbar-item" href="https://asciidoctor.github.io/asciidoctor-gradle-plugin" target="_blank" rel="noopener">Gradle Plugin <small>Java</small></a>
61
63
--}}
62
- <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' asciidoclet::index.adoc' )}}} " >Asciidoclet <small >Java</small ></a >
64
+ {{ #with (resolvePageURL ' asciidoclet::index.adoc' )}}
65
+ <a class =" navbar-item" href =" {{{ relativize this }}} " >Asciidoclet <small >Java</small ></a >
66
+ {{ /with }}
63
67
<hr class =" navbar-divider" >
64
68
<div class =" navbar-item" >Text Editors and Viewers</div >
65
69
{{!--
You can’t perform that action at this time.
0 commit comments