From 28a1fa2e58f0ac3e65932343c524e8b220cee7a1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 24 Jul 2017 08:59:02 +0100 Subject: [PATCH] Add 4th index panel content --- layouts/index.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 41b3f90..e318dac 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,8 +17,8 @@
{{ with .Site.GetPage "section" "posts" }} - -

Blog

+ +

{{ .Title }}

{{ partial "summary_string.html" . }} @@ -29,7 +29,7 @@ {{ with .Site.GetPage "section" "projects" }} -

Projects

+

{{ .Title }}

{{ partial "summary_string.html" . }} @@ -42,17 +42,23 @@ {{ with .Site.GetPage "section" "setup" }} -

Setup

+

{{ .Title }}

{{ partial "summary_string.html" . }}

{{ end }}
-
- -

Enim phasellus

-

Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros.

+
+ {{ with .Site.GetPage "section" "robotics" }} + + +

{{ .Title }}

+
+

+ {{ partial "summary_string.html" . }} +

+ {{ end }}