Skip to content

Commit b53cfa9

Browse files
committed
remove conditional check for asciidoctorj
1 parent 8bdbc82 commit b53cfa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/partials/header-content.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
--}}
4848
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctor::index.adoc')}}}">Asciidoctor <small>Ruby</small></a>
4949
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctor.js::index.adoc')}}}">Asciidoctor.js <small>JS</small></a>
50-
{{#if site.components.asciidoctorj}}
5150
<a class="navbar-item" href="{{{relativize (resolvePageURL 'asciidoctorj::index.adoc')}}}">AsciidoctorJ <small>Java</small></a>
52-
{{/if}}
5351
<hr class="navbar-divider">
5452
<div class="navbar-item">Extended Converters</div>
5553
{{!--

0 commit comments

Comments
 (0)