]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/_default/baseof.html
Update source code link, add link to own git server
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
index 83689df53045a53e8c79374167242bf65d0a4e60..0e647e883a159f304b793ec0af02734e10d658cc 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></p>
+                       <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/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
                        </center>
                </footer>
        </body>