{{ .entry.Title }}
{{ if .user }}- {{ if .hasSaveEntry }}
- {{ end }} {{ if .entry.ShareCode }}
- {{ icon "share" }}{{ t "entry.shared_entry.label" }}
- {{ else }}
- {{ end }}
- {{ if .entry.CommentsURL }}
- {{ icon "comment" }}{{ t "entry.comments.label" }} {{ end }}
{{ if .user }}
{{ else }}
{{ end }}
{{ if and .user.ShowReadingTime (gt .entry.ReadingTime 0) }}
·
{{ plural "entry.estimated_reading_time" .entry.ReadingTime .entry.ReadingTime }}
{{ end }}