Initial Commit
This commit is contained in:
7
layouts/index.html
Normal file
7
layouts/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "content" }}
|
||||
{{ if eq .Site.Params.home_mode "post" }}
|
||||
{{ partial "home_post.html" . }}
|
||||
{{ else }}
|
||||
{{ partial "home_profile.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user