We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdbc82 commit b53cfa9Copy full SHA for b53cfa9
src/partials/header-content.hbs
@@ -47,9 +47,7 @@
47
--}}
48
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctor::index.adoc')}}}">Asciidoctor <small>Ruby</small></a>
49
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctor.js::index.adoc')}}}">Asciidoctor.js <small>JS</small></a>
50
- {{#if site.components.asciidoctorj}}
51
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctorj::index.adoc')}}}">AsciidoctorJ <small>Java</small></a>
52
- {{/if}}
53
<hr class="navbar-divider">
54
<div class="navbar-item">Extended Converters</div>
55
{{!--
0 commit comments