diff --git a/layouts/index.html b/layouts/index.html
index e318dac..e0c4c4e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -18,7 +18,7 @@
{{ with .Site.GetPage "section" "posts" }}
- {{ .Title }}
+ {{ .LinkTitle }}
{{ partial "summary_string.html" . }}
@@ -29,7 +29,7 @@
{{ with .Site.GetPage "section" "projects" }}
- {{ .Title }}
+ {{ .LinkTitle }}
{{ partial "summary_string.html" . }}
@@ -42,7 +42,7 @@
{{ with .Site.GetPage "section" "setup" }}
- {{ .Title }}
+ {{ .LinkTitle }}
{{ partial "summary_string.html" . }}
@@ -53,7 +53,7 @@
{{ with .Site.GetPage "section" "robotics" }}
- {{ .Title }}
+ {{ .LinkTitle }}
{{ partial "summary_string.html" . }}