LoveIt/layouts/index.html

8 lines
178 B
HTML
Raw Normal View History

2019-02-03 12:30:44 +01:00
{{ define "content" }}
{{ if eq .Site.Params.home_mode "post" }}
{{ partial "home_post.html" . }}
{{ else }}
{{ partial "home_profile.html" . }}
{{ end }}
{{ end }}