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 @@ +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/home.html b/layouts/home.html index e0e8308..da96a2d 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -1,3 +1,4 @@ {{ define "main" }} {{ .Content }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/page.html b/layouts/page.html index e0e8308..da96a2d 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -1,3 +1,4 @@ {{ define "main" }} {{ .Content }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/section.html b/layouts/section.html index a6be5f1..cc0175d 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -4,3 +4,4 @@

{{ .LinkTitle }}

{{ end }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/taxonomy.html b/layouts/taxonomy.html index 5ddfb92..96a8868 100644 --- a/layouts/taxonomy.html +++ b/layouts/taxonomy.html @@ -5,3 +5,4 @@

{{ .Page.LinkTitle }} ({{ .Count }})

{{ end }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}} diff --git a/layouts/term.html b/layouts/term.html index c2e7875..9ba334e 100644 --- a/layouts/term.html +++ b/layouts/term.html @@ -5,3 +5,4 @@

{{ .LinkTitle }}

{{ end }} {{ end }} +{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}