From fc757f5a2c85c940ca964f8b73e2d6fcdb4958dc Mon Sep 17 00:00:00 2001 From: Fastbyte01 Date: Tue, 29 Oct 2019 09:43:14 +0100 Subject: Updated --- layouts/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index b2ffa60..69e4bde 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ define "content" }} - {{ if eq .Site.Params.home_mode "post" }} - {{ partial "home_post.html" . }} - {{ else }} - {{ partial "home_profile.html" . }} - {{ end }} +{{ if eq .Site.Params.home_mode "post" }} +{{ partial "home_post.html" . }} +{{ else }} +{{ partial "home_profile.html" . }} +{{ end }} {{ end }} -- cgit v1.2.3