{{- with .Params.description }}
{{.}}
{{- end }} {{- if and .Params.author .Params.authorLink}}{{ $relreflink := relref . .Params.authorLink }}{{ partial "svg.html" (dict "context" . "name" "author") }}{{ .Params.author }}
{{- else if .Params.author }}{{ $relreflink := relref . .Site.Params.author.about }}{{ partial "svg.html" (dict "context" . "name" "author") }}{{ .Params.author }}
{{- else }}{{ $relreflink := relref . .Site.Params.author.about }}{{ partial "svg.html" (dict "context" . "name" "author") }}{{ .Site.Params.author.name }}
{{- end }} {{- with .Params.tags }}{{- partial "svg.html" (dict "context" . "name" "posts_single_tags") -}}{{- range . -}}{{.}}{{- end }}
{{- end }} {{- with .Params.categories }}{{- partial "svg.html" (dict "context" . "name" "posts_single_categories") -}}{{- range . -}}{{.}}{{- end }}
{{- end }}{{- partial "svg.html" (dict "context" . "name" "posts_single_date") }}{{ .Date.Format .Site.Params.dateformNumTime }} {{- if and (not (eq .Page.Params.ShowLastmod nil)) (.Page.Params.ShowLastmod) -}} {{ if and .GitInfo .Site.Params.gitUrl }} ({{- partial "svg.html" (dict "context" . "name" "posts_single_git_commit") -}}{{ .GitInfo.AbbreviatedHash -}} @ {{ .GitInfo.AuthorDate.Local.Format .Site.Params.dateformNum -}}) {{- else if not (eq .Lastmod .Date ) -}} [{{.Site.Params.initialPublish | default "Initial Published on : "}} {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local -}}] {{- else -}} {{ errorf "Lastmod is not found in Page Frontmatter or Lastmod is same as Date" }} {{- end -}} {{- end -}}