mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
8 lines
178 B
HTML
8 lines
178 B
HTML
{{ define "content" }}
|
|
{{ if eq .Site.Params.home_mode "post" }}
|
|
{{ partial "home_post.html" . }}
|
|
{{ else }}
|
|
{{ partial "home_profile.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|