Skip to content

Commit ea71967

Browse files
committed
add link to Asciidoctor Reducer from navbar
1 parent 8696a62 commit ea71967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/partials/header-content.hbs

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<a class="navbar-item" href="{{{relativize (resolvePageURL 'epub3-converter::index.adoc')}}}">EPUB3 <small>Ruby</small></a>
5151
<a class="navbar-item" href="{{{relativize (resolvePageURL 'reveal.js-converter::index.adoc')}}}">reveal.js <small>Ruby, JavaScript</small></a>
5252
<hr class="navbar-divider">
53+
<div class="navbar-item">Source Compilers</div>
54+
<a class="navbar-item" href="https://github.com/asciidoctor/asciidoctor-reducer" target="_blank" rel="noopener">Reducer <small>Ruby, JavaScript</small></a>
55+
<hr class="navbar-divider">
5356
<div class="navbar-item">Extended Syntax</div>
5457
<a class="navbar-item" href="{{{relativize (resolvePageURL 'diagram-extension::index.adoc')}}}">Asciidoctor Diagram <small>Ruby</small></a>
5558
{{!--

0 commit comments

Comments
 (0)