Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html10
1 files 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 }}