{{- partial "single-partials/share.html" . -}}
{{if isset .Site.Params.author "name"}}
{{if isset .Site.Params.author "thumbnail"}}
{{if isset .Site.Params.author "description"}}
{{end}}
{{end}}
{{end}}
{{ if .Params.series }}
{{ .Title }}
{{ if .Params.subtitle }}{{ .Params.subtitle }}
{{ end }}Part of the series: {{.Params.series}}
{{ end }} {{ if (.Params.toc) }} {{ end }}You are viewing a limited version of this blog. To enable experiences like comments, opt-in to our privacy and cookie policy.
{{ .Content}}
Do you have an idea or suggestion for a blog post? Submit it here!
{{ if .Params.comments }}
{{- partial "single-partials/comments.html" . -}}
{{ end }}
{{ $this := .Permalink }}
{{ if .Params.series }}
{{ $seriesUrl := .Params.series | urlize }}
Part of the series: {{.Params.series}}
{{ range $taxonomyname, $taxonomy := .Site.Taxonomies.series }} {{ if eq $taxonomyname $seriesUrl }}-
{{ range $taxonomy.Pages.ByDate }}
{{ if (eq $this .Permalink) }}
- {{ .LinkTitle }} {{ else }}
- {{ .LinkTitle }} {{ end }} {{ end }}
Related articles:
-
{{ range ((shuffle ($related.Get "pages")) | first 6).ByTitle }}
{{ $originalTag := ($related.Get .Permalink) }}
- {{ .LinkTitle }} ({{ $originalTag }}) {{ end }}
This post originally appeared at {{ .Title }}
{{end}}