]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - layouts/_default/baseof.html
0fb29c917a4f5bba4ed3e972fddc2f90333c2e48
[dujemihanovic.xyz.git] / layouts / _default / baseof.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 {{ partial "head.html" . }}
5 </head>
6
7 <body>
8 {{ partial "nav.html" }}
9 <main>
10 {{ block "main" . }}
11 {{ end }}
12 </main>
13 <footer>
14 {{ $index := $.Site.GetPage "/" }}
15 {{ with $index.OutputFormats.Get "RSS" }}
16 <p><a href="{{ .RelPermalink }}">RSS feed</a> | This site is <a href="http://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
17 {{ end }}
18 </footer>
19 </body>
20 </html>