Fix HTML validation footer image to JPEG

This commit is contained in:
2024-02-19 15:08:05 +00:00
parent 656a653e0d
commit 1a71b8d7ba
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,8 @@
.Site.Params.company_number }}</a></p>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401"
{{ with resources.Get "images/valid-html401.jpg" }}
<a href="http://validator.w3.org/check?uri=referer"><img src="{{ .RelPermalink }}"
alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
{{ end }}
</p>