Skip to content

Commit e31afe2

Browse files
committed
fix broken HTML in header
1 parent 572a10f commit e31afe2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/partials/header-content.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
<a class="navbar-item" href="#">Asciidoctor Mathematical <small>stem</small></a>
8181
<a class="navbar-item" href="#">Asciidoctor Prism <small>source highlighter</small></a>
8282
</div>
83-
--}}
84-
<a class="navbar-item" href="https://github.com/asciidoctor" target="_blank" rel="noopener">
85-
<span class="icon">
86-
<svg xmlns="http://www.w3.org/2000/svg"><use href="{{{uiRootPath}}}/img/octicons.svg#symbol-mark-github"></use></svg>
87-
</span>
88-
</a>
8983
</div>
84+
--}}
85+
<a class="navbar-item" href="https://github.com/asciidoctor" target="_blank" rel="noopener">
86+
<span class="icon">
87+
<svg xmlns="http://www.w3.org/2000/svg"><use href="{{{uiRootPath}}}/img/octicons.svg#symbol-mark-github"></use></svg>
88+
</span>
89+
</a>
9090
</div>
9191
</div>
9292
</nav>

0 commit comments

Comments
 (0)