HTML Validation

This commit is contained in:
Jonah Aragon 2020-05-12 01:28:28 -05:00
parent 985a9ec84e
commit 70a7f09146
No known key found for this signature in database
GPG key ID: 6A957C9A9A9429F7
2 changed files with 13 additions and 12 deletions

View file

@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="/"><img src="/assets/img/layout/privacy-guides-logo.png" alt="{{ site.title }}" width="243" height="32" /> <span class="badge badge-secondary ml-2">Beta</span></a>
<h1><a class="navbar-brand" href="/"><img src="/assets/img/layout/privacy-guides-logo.png" alt="{{ site.title }}" width="243" height="32" /></a></h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
@ -20,5 +20,6 @@
<a class="nav-link" href="/privacy/">Privacy</a>
</li>
</ul>
</div>
</div>
</nav>