{{ if site.Params.features.blog.showAuthor | default true }}
{{ partial "helpers/get-author-name.html" . }}
{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}
{{ else }}
{{ end }}
{{ .Page.Title }}
{{ if not (site.Params.features.blog.showAuthor | default true) }}
{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}
{{ end }}
{{ if site.Params.features.tags.enable }}
{{partial "misc/tags.html" .Params.tags }}
{{ end }}
{{ .Page.Content }}
{{ if .Site.Config.Services.Disqus.Shortname }}
{{ partial "comments/disqus.html" (dict (slice "disqus" "shortName") .Site.Config.Services.Disqus.Shortname) }}
{{ end }}
{{ if eq .Page.Title "Open Source Delta Robot" }}
{{ partial "robot_workspace.html" . }}
{{ end }}
{{ end }}
{{ define "toc" }}