]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Fix W3 HTML validator errors
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index 1d66fe7f3b15bc0fbf05d65212a6115753151db8..110646b631400d728fcbe606e01c72b343872e52 100644 (file)
@@ -1,5 +1,5 @@
 <!doctype html>
-<html>
+<html lang="en">
        <head>
                {{ partial "meta.html" . }}
                {{ $style := resources.Get "css/style.css" | resources.Minify }}
@@ -27,8 +27,8 @@
                        {{ $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>
-                       <p>This site is <a href="https://git.dujemihanovic.xyz/duje/dujemihanovic.xyz">free software</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>
        </body>