Browse Source

remove trailing slash from void elements

master
Alexander Avery 2 months ago
parent
commit
7b16ffb0cf
  1. 2
      layouts/partials/footer.html
  2. 2
      layouts/partials/header.html

2
layouts/partials/footer.html

@ -1,5 +1,5 @@
<footer>
<hr/>
<hr>
<p class="center-text"><a class="small-text" href="/authors">Authors</a></p>
<p class="center-text small-text">{{ $.Site.Copyright | safeHTML }}</p>
</footer>

2
layouts/partials/header.html

@ -1,6 +1,6 @@
<header>
<nav class="spread">
<a href="/"><img src="/images/logo.svg" alt="The {{ .Site.Title }} Logo"/></a>
<a href="/"><img src="/images/logo.svg" alt="The {{ .Site.Title }} Logo"></a>
<ul class="spread">
<li><a href="https://gitea.beetbox.io/BeetBox" title="Gitea Repositories">Gitea</a></li>
<li><a href="https://odysee.com/@BeetBox:f" title="Odysee Channel">Odysee</a></li>

Loading…
Cancel
Save