Ajout balise title.

This commit is contained in:
2026-03-11 00:20:49 +01:00
parent 000dbf9c7a
commit 4af3c55016
+2
View File
@@ -2,4 +2,6 @@
{{ with .OutputFormats.Get "rss" }} {{ with .OutputFormats.Get "rss" }}
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" /> <link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
{{ end }} {{ end }}
<title>{{ block "title" . }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}