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
@@ -3,3 +3,4 @@
<p>La page que vous essayez de consulter n'existe pas.</p>
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -3,3 +3,4 @@
<p><small>Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} &lt;{{ replace .AuthorEmail "@" " at " }}&gt;</small></p>
{{- end -}}
<p><small>Généré par Hugo version {{ hugo.Version }}</small></p>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+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: */}}
+1
View File
@@ -1 +1,2 @@
{{ partial "menu.html" . }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -14,3 +14,4 @@
{{- end }}
</ul>
</nav>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -21,3 +21,4 @@
</footer>
</body>
</html>
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -1,3 +1,4 @@
{{ define "main" }}
{{ .Content }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -1,3 +1,4 @@
{{ define "main" }}
{{ .Content }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -4,3 +4,4 @@
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -5,3 +5,4 @@
<h2><a href="{{ .Page.RelPermalink }}">{{ .Page.LinkTitle }}</a> ({{ .Count }})</h2>
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
+1
View File
@@ -5,3 +5,4 @@
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ end }}
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}