11 lines
224 B
HTML
11 lines
224 B
HTML
<div class="post-body" itemprop="articleBody">
|
|
{{- if not .IsHome }}
|
|
{{- if .Params.Expand }}
|
|
{{ .Content }}
|
|
{{- else }}
|
|
{{ .Summary }}
|
|
{{- end }}
|
|
{{- else }}
|
|
{{ .Content }}
|
|
{{- end }}
|
|
</div> |