X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2F_default%2Fbaseof.html;h=7d840dbc09a0c1087878d253317f7a4a8e70ceeb;hb=ea54a0c51d12015f2bb56904a6ffc9ce99686576;hp=0e647e883a159f304b793ec0af02734e10d658cc;hpb=7adac9e46dba4f0aea1d15288c3473213a0ef040;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0e647e8..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 }} -