X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2F_default%2Fbaseof.html;h=0fb29c917a4f5bba4ed3e972fddc2f90333c2e48;hb=5a6aeedd5e4d04ff17477ae9e3373fb4dba971d1;hp=7d840dbc09a0c1087878d253317f7a4a8e70ceeb;hpb=28fb79e4c66093c94e16c64c5e828a3ddcde5a81;p=dujemihanovic.xyz.git diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7d840db..0fb29c9 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" . }} @@ -17,8 +11,9 @@ {{ end }}