Ajout vim modeline pour fixer le filetype.

This commit is contained in:
2026-03-11 00:20:49 +01:00
parent cc215c302e
commit ca1132c4e0
11 changed files with 11 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@
{{ with .OutputFormats.Get "rss" }}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}