🎨 Finish archives page coding.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{{- define "main_class" }}page{{- end }}
|
||||
{{- define "title" }}{{- .Title }} - {{ .Site.Title -}}{{- end }}
|
||||
{{- define "main_inner_class" }}post posts-expand{{- end }}
|
||||
{{- define "main" }}
|
||||
{{ partial "post_content.html" (dict "ctx" . "IsHome" false) }}
|
||||
{{ partial "post/index.html" (dict "ctx" . "IsHome" false) }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user