]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - layouts/partials/head.html
Add recent posts to homepage
[dujemihanovic.xyz.git] / layouts / partials / head.html
1 <meta charset="utf-8">
2 <meta name="viewport" content="width=device-width, initial-scale=1">
3 <meta name="description" content="Duje Mihanović's personal website">
4 <title>{{ print .Page.Title }} | {{ print .Site.Title }}</title>
5 {{ $style := resources.Get "css/style.css" | resources.Minify }}
6 <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.2">
7 {{ $index := $.Site.GetPage "/" }}
8 {{ range $index.AlternativeOutputFormats }}
9 {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
10 {{ end }}