LoveIt/layouts/index.html

8 lines
193 B
HTML
Raw Normal View History

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