Files
alexis.lahouze.org/layouts/_partials/head.html
T
2026-03-11 01:09:14 +01:00

9 lines
393 B
HTML

<meta charset="utf-8">
<meta name="generator" content="Hugo {{ hugo.Version }}">
{{ with .OutputFormats.Get "rss" }}
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
{{ end }}
<title>{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}