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:
authorFastbyte01 <rogepix@gmail.com>2019-10-29 11:43:14 +0300
committerFastbyte01 <rogepix@gmail.com>2019-10-29 11:43:14 +0300
commitfc757f5a2c85c940ca964f8b73e2d6fcdb4958dc (patch)
tree3198e3cb4ceaf7a2922c102a1973544065d5990b
parente674384cdccaee68420b66a3fca72ce4512004f5 (diff)
Updated
-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 }}