hugo-theme-next/layouts/_default/single.html

5 lines
219 B
HTML
Raw Normal View History

2022-06-07 18:16:40 +08:00
{{- define "title" }}{{- .Title }} - {{ .Site.Title -}}{{- end }}
{{- define "main_inner_class" }}post posts-expand{{- end }}
{{- define "main" }}
2022-06-07 18:16:40 +08:00
{{ partial "post/index.html" (dict "ctx" . "IsHome" false) }}
{{- end }}