X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=65d22e840809341421a438c400dca0096f134952;hb=83710f57f69cce08f7eb726cb8c4a3c55f4819b7;hp=0000000000000000000000000000000000000000;hpb=1f5dfd7aa66bd257ea397df6894841db08827301;p=dujemihanovic.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..65d22e8 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,10 @@ + + + +{{ print .Page.Title }} | {{ print .Site.Title }} +{{ $style := resources.Get "css/style.css" | resources.Minify }} + +{{ $index := $.Site.GetPage "/" }} +{{ range $index.AlternativeOutputFormats }} +{{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} +{{ end }}