5 lines
219 B
HTML
5 lines
219 B
HTML
{{- define "title" }}{{- .Title }} - {{ .Site.Title -}}{{- end }}
|
|
{{- define "main_inner_class" }}post posts-expand{{- end }}
|
|
{{- define "main" }}
|
|
{{ partial "post/index.html" (dict "ctx" . "IsHome" false) }}
|
|
{{- end }} |