2022-06-03 22:37:33 +08:00
|
|
|
{{ with .ctx }}
|
2022-06-02 12:13:16 +08:00
|
|
|
<div class="post-body" itemprop="articleBody">
|
2022-06-03 22:37:33 +08:00
|
|
|
{{- if $.IsHome }}
|
2022-06-02 12:13:16 +08:00
|
|
|
{{- if .Params.Expand }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{- else }}
|
|
|
|
{{ .Summary }}
|
|
|
|
{{- end }}
|
|
|
|
{{- else }}
|
|
|
|
{{ .Content }}
|
|
|
|
{{- end }}
|
2022-06-03 22:37:33 +08:00
|
|
|
</div>
|
|
|
|
{{ end }}
|