X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=blobdiff_plain;f=layouts%2F_default%2Fbaseof.html;h=c4616632466d6053a38a82904e2a87a520ce1285;hb=1f5dfd7aa66bd257ea397df6894841db08827301;hp=2248357f9747c11a1f076d210b250bf7fea34573;hpb=ec5b2944e379f9c81e6a91f721f3da03ff470958;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2248357..c461663 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,11 +1,13 @@ - + {{ 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,20 +16,10 @@ {{ block "main" . }} {{ end }} -