* Add lang="en" attribute to html tag
* Remove "px" from RSS icon width and height
<!doctype html>
-<html>
+<html lang="en">
<head>
{{ partial "meta.html" . }}
{{ $style := resources.Get "css/style.css" | resources.Minify }}
{{ $image := resources.Get "img/rss.svg" }}
<p></p>
<!-- See comment above. -->
- <a href="{{ $.Site.BaseURL }}posts/index.xml"><img src="{{ $image.RelPermalink }}" width="32px" height="32px" alt="Link to RSS feed"></a>
+ <a href="{{ $.Site.BaseURL }}posts/index.xml"><img src="{{ $image.RelPermalink }}" width="32" height="32" alt="Link to RSS feed"></a>
<p>This site is <a href="https://git.dujemihanovic.xyz/duje/dujemihanovic.xyz">free software</a></p>
</center>
</footer>