+
+ {{ i18n "readingTime" .Page.ReadingTime }}
- {{ .Title | markdownify }}
- {{ if .Params.subtitle }}
- {{ .Params.subtitle | markdownify }}
- {{ end }}
- {{ if .Params.author }}
- {{ partial "byline.html" . }}
- {{ end }}
+ {{ if .IsTranslated }} | {{ i18n "postAvailable" }}
+ {{ range .Translations }}
+
+ {{ end}}
+ {{ end }}
+
+ {{ .Title | markdownify }} +
+ {{ if .Params.subtitle }} + {{ .Params.subtitle | markdownify }} + {{ end }} + {{ if .Params.author }} +{{ partial "byline.html" . }}
+ {{ end }}
- {{ if .Params.CoverCaption }}
- - -
- {{ end }} + {{ if .Params.Cover }} +
+ +
+ {{- end }} -
{{ .GitInfo.AbbreviatedHash }} @ {{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }}
- {{- end }} -+ +
+ + {{ i18n "wordCount" .Page.WordCount }} +
+ ++ + {{ if .Site.Params.dateformNumTime }} + {{ dateFormat .Site.Params.dateformNumTime .Date.Local }} + {{ else }} + {{ dateFormat "2006-01-02 15:04" .Date.Local }} + {{ end }} + + {{ if .Lastmod }} + {{ if not (eq .Lastmod .Date )}} + {{ if .Site.Params.dateformNumTime }} + ({{ i18n "lastModified" }}: {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local }}) + {{ else }} + ({{ i18n "lastModified" }}: {{ dateFormat "2006-01-02 15:04" .Lastmod.Local }}) + {{ end }} + {{ end }} + {{ end }} +
+ + {{- if .GitInfo }} ++ + + {{ .GitInfo.AbbreviatedHash }} + @ {{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }} +
+ {{- end }} ++ + {{- end }} + + {{ partial "pagination-single.html" . }} + + {{ if .Site.Config.Services.Disqus.Shortname }} + {{ if not (eq .Params.Comments "false") }} +