diff --git a/layouts/404.html b/layouts/404.html index a28b9a8..6f24608 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,3 +3,4 @@
La page que vous essayez de consulter n'existe pas.
{{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index f5c0e0a..af90269 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -3,3 +3,4 @@Dernière modification commit {{ .AuthorDate }} - {{ .Hash }} - {{ .AuthorName }} <{{ replace .AuthorEmail "@" " at " }}>
{{- end -}}Généré par Hugo version {{ hugo.Version }}
+{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index c7a959f..06fe369 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -2,3 +2,4 @@ {{ with .OutputFormats.Get "rss" }} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html index 60d7860..f8eced8 100644 --- a/layouts/_partials/header.html +++ b/layouts/_partials/header.html @@ -1 +1,2 @@ {{ partial "menu.html" . }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/_partials/menu.html b/layouts/_partials/menu.html index 3ee6107..9da7f8b 100644 --- a/layouts/_partials/menu.html +++ b/layouts/_partials/menu.html @@ -14,3 +14,4 @@ {{- end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/baseof.html b/layouts/baseof.html index 1af388c..766c4e3 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -21,3 +21,4 @@