🎨 Finish folder structure redesign and add some scripts.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{{- define "title" }}{{- .Title }} - {{ .Site.Title -}}{{- end }}
|
||||
|
||||
{{- define "main_inner_class" }}post posts-expand{{- end }}
|
||||
|
||||
{{- define "main" }}
|
||||
{{ partial "post/index.html" (dict "ctx" . "IsHome" false) }}
|
||||
{{ partial "post.html" (dict "ctx" . "IsHome" false) }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user