X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2F_default%2Fbaseof.html;h=2405346be0bf4e32e1379d5f2e38009192b56294;hb=caa0891c8a497e637b60f3d684741bd66d18c7d2;hp=b3e08ca143fcea32bebd3551b5f5f5884a7f6507;hpb=f249ee222bb2181a9fc5237f0cb353dba888b22c;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b3e08ca..2405346 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,13 +1,7 @@ - {{ 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 }} + {{ partial "head.html" . }} @@ -16,23 +10,11 @@ {{ block "main" . }} {{ end }} -