Skip to content

Commit 52249fd

Browse files
metageekyphette23
authored andcommitted
Adjust alt text and navbar brand link to reflect new logo
1 parent 98dc0a6 commit 52249fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/nav.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ <h2 class="sr-only" id="mainnav-heading">Site</h2>
33
<!-- <div class="container-fluid"> -->
44
<!-- Brand and toggle get grouped for better mobile display -->
55
<!-- <div class="navbar-header"> -->
6-
<a class="navbar-brand" aria-label="Code4Lib {{ site.data.conf.year }}" href="{{ site.baseurl }}/"><img src="{{ "/assets/img/theme-images/c4l-logo.svg" | relative_url }}" alt="Code4Lib"></a>
6+
<a class="navbar-brand" href="{{ site.baseurl }}/">
7+
<img src="{{ "/assets/img/theme-images/c4l-logo.svg" | relative_url }}" alt="">
8+
<span class="sr-only">Code4Lib {{ site.data.conf.year }}"</a>
9+
</a>
710
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-controls="mainNavBar" aria-expanded="false" aria-label="Toggle navigation"> -->
811
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavBar" aria-controls="mainNavBar" aria-expanded="false" aria-label="Toggle navigation">
912
<span class="sr-only">Toggle navigation</span>

0 commit comments

Comments
 (0)