diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 62cbaa6..ebcc856 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -68,12 +68,12 @@
{{ if .PrevInSection }}
-
←
+ ←
Article précédent
{{ end }}
{{ if .NextInSection }}
-
+
Article suivant →
{{ end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 56184a2..c00d6ca 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -49,7 +49,7 @@
{{ if .Title }}{{ .Title }} - {{ .Site.Params.SEOTitle }}{{ else }}{{ .Site.Params.SEOTitle }}{{ end }}
-
+
{{ with .OutputFormats.Get "rss" -}}
{{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}