X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;ds=sidebyside;f=layouts%2F_default%2Fbaseof.html;h=7d840dbc09a0c1087878d253317f7a4a8e70ceeb;hb=28fb79e4c66093c94e16c64c5e828a3ddcde5a81;hp=4d53567ec71b94b5d4625d4d57d56b4a5c6743ae;hpb=551e324b62fd8bb5a6f2d25e044f4992421f0335;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4d53567..7d840db 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,22 +16,10 @@ {{ block "main" . }} {{ end }} -