X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2F_default%2Fbaseof.html;h=7d840dbc09a0c1087878d253317f7a4a8e70ceeb;hb=28fb79e4c66093c94e16c64c5e828a3ddcde5a81;hp=110646b631400d728fcbe606e01c72b343872e52;hpb=24d07cba2e721c93828040a41a87f39241fffe4c;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 110646b..7d840db 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,9 +3,11 @@ {{ partial "meta.html" . }} {{ $style := resources.Get "css/style.css" | resources.Minify }} - - - + + {{ $index := $.Site.GetPage "/" }} + {{ range $index.AlternativeOutputFormats }} + {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} + {{ end }} @@ -14,22 +16,10 @@ {{ block "main" . }} {{ end }} -