Skip to content

Commit 3c8809a

Browse files
committed
add title to link on Asciidoctor logo
1 parent 57d4036 commit 3c8809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header">
22
<nav class="navbar">
33
<div class="navbar-brand">
4-
<a class="navbar-item logo" href="https://asciidoctor.org"><img src="{{{uiRootPath}}}/img/asciidoctor-logo.svg" alt="Asciidoctor"></a>
4+
<a class="navbar-item logo" title="Asciidoctor" href="https://asciidoctor.org"><img src="{{{uiRootPath}}}/img/asciidoctor-logo.svg" alt="Asciidoctor"></a>
55
<button class="navbar-burger" data-target="topbar-nav">
66
<span></span>
77
<span></span>

0 commit comments

Comments
 (0)