{{ define "head" }} {{ if .Params.featuredImg -}} {{- else if .Params.images -}} {{- range first 1 .Params.images -}} {{- end -}} {{- end -}} {{ end }} {{ define "main" }}
Logo
{{ .Date.Format .Site.Params.dateform }}

{{ .Title }}

{{- if .Params.toc }} {{- end }}
{{- if .Params.toc }}

目录

{{ .TableOfContents }}
{{- end }}
{{ .Content }}

{{- with .Params.tags }}

{{- range . -}} {{.}} {{- end }}

{{- end }}

{{ .WordCount }} Words

{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}

{{- if .GitInfo }}

{{ .GitInfo.AbbreviatedHash }} @ {{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}

{{- end }}
{{- with .NextInSection }} {{- end }} {{- with .PrevInSection }} {{- end }}
{{ partialCached "comments.html" . }}
{{ end }} {{ define "footer" }} {{ partialCached "footer.html" . }} {{ end }}