From 6e8797bba22b5d2ca9b9c4acc0b1a877d910d5c0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 24 Jul 2017 09:14:29 +0100 Subject: [PATCH] Use link title on index --- layouts/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" . }}