{{- 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 }}

{{- partial "svg.html" (dict "context" . "name" "posts_single_wordcount") }}{{ i18n "wordCount" . -}} {{- partial "readTime.html" . -}}

{{- partial "svg.html" (dict "context" . "name" "posts_single_date") }}{{ dateFormat .Site.Params.dateformNumTime .Date.Local -}} {{- 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 -}} @ {{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local -}}] {{- else if not (eq .Lastmod .Date ) -}}  [Modified : {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local -}}] {{- else -}} {{ errorf "Lastmod is not found in Page Frontmatter or Lastmod is same as Date" }} {{- end -}} {{- end -}}