diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-04-22 22:42:46 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-23 11:59:09 +0900 |
commit | 7853b971d43f773002ea92ecc95af7becd9dac55 (patch) | |
tree | f9eaa0edae33d01b8187728a077aa6af1da64265 /layouts/partials | |
parent | cbccf1bc4706da674bf71abc6b94e9829eebe19e (diff) |
Fix some html errors (refs #46 #51)
- Fix duplicate main_navbar id on top page.
- Fix missing ';' in nbsp entity in footer.
- Fix nested <a> tags in checkpoint/restore doc.
- Fix nested <p> tags on top page feature blocks.
- Add '--check-html' option to htmlproofer build step.
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b64e17dc0..4665ac73c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,7 +15,7 @@ <ul class="list-inline mb-0"> {{ template "footer-links-block" . }} {{ end }} - <li class="list-inline-item mx-2" > </li> + <li class="list-inline-item mx-2" > </li> <li class="list-inline-item mx-2" > <img src="/img/powered-gvisor.png" alt="Powered by gVisor"> </li> |