diff --git a/layouts/publication/single.html b/layouts/publication/single.html
index 2fd37d74..11e88876 100644
--- a/layouts/publication/single.html
+++ b/layouts/publication/single.html
@@ -6,27 +6,27 @@
{{ .Title }}
- {{ with .Params.authors }}
- {{ delimit . ", " }}
- {{ end }}
-
+ {{ with .Params.authors }}
+ {{ delimit . ", " }}
+ {{ end }}
+
- {{ partial "share.html" . }}
-
+ {{ partial "share.html" . }}
+
{{ if .Params.image }}

{{end}}
-
Abstract
+
{{ i18n "abstract" }}
{{ .Params.abstract }}
-
Publication
+
{{ i18n "publication" }}
{{ .Params.publication | markdownify }}
@@ -38,7 +38,7 @@
-
Date
+
{{ i18n "date" }}
{{ .Date.Format "January, 2006" }}
@@ -52,7 +52,7 @@
-
Links
+
{{ i18n "links" }}
{{ partial "publication_links" (dict "content" . "is_list" 0) }}
diff --git a/layouts/section/post.html b/layouts/section/post.html
index 4bb0e2c4..a0785987 100644
--- a/layouts/section/post.html
+++ b/layouts/section/post.html
@@ -2,7 +2,7 @@
{{ partial "navbar.html" . }}
-
Posts
+
{{ i18n "posts" }}
{{ $paginator := .Paginate .Data.Pages }}
{{ range $paginator.Pages }}
diff --git a/layouts/section/publication.html b/layouts/section/publication.html
index a153df7e..1a66a8af 100644
--- a/layouts/section/publication.html
+++ b/layouts/section/publication.html
@@ -3,7 +3,7 @@
-
Publications
+
{{ i18n "publications" }}
{{ range .Data.Pages.GroupByDate "2006" }}
diff --git a/layouts/section/talk.html b/layouts/section/talk.html
index 85a56c29..0510181d 100644
--- a/layouts/section/talk.html
+++ b/layouts/section/talk.html
@@ -3,7 +3,7 @@
-
Talks
+
{{ i18n "talks" }}
{{ range .Data.Pages.GroupByDate "2006" }}
diff --git a/layouts/talk/single.html b/layouts/talk/single.html
index 09f4cd14..fb1e4cf3 100644
--- a/layouts/talk/single.html
+++ b/layouts/talk/single.html
@@ -20,7 +20,7 @@
{{end}}
{{ if .Params.abstract }}
-
Abstract
+
{{ i18n "abstract" }}
{{ .Params.abstract }}
{{ else }}
@@ -30,7 +30,7 @@
-
Event
+
{{ i18n "event" }}
{{ .Params.event | markdownify }}
@@ -42,7 +42,7 @@
-
Date
+
{{ i18n "date" }}
{{ .Date.Format "January, 2006" }}
@@ -56,7 +56,7 @@
-
Links
+
{{ i18n "links" }}
{{ partial "publication_links" (dict "content" . "is_list" 0) }}