{{- partial "single-partials/share.html" . -}}
{{if isset .Site.Params.author "name"}} {{if isset .Site.Params.author "thumbnail"}} {{if isset .Site.Params.author "description"}}
{{ .Site.Params.author.name }}
{{ .Site.Params.author.name }}
{{ .Site.Params.author.description }}
📅 {{ dateFormat "Jan 2, 2006" .PublishDate }} 🕘 {{ .ReadingTime }} min read 💬 {{ .WordCount }} words
{{end}} {{end}} {{end}}

{{ .Title }}

{{ if .Params.subtitle }}

{{ .Params.subtitle }}

{{ end }}
{{ if .Params.series }}

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) }}
  1. {{ .LinkTitle }}
  2. {{ else }}
  3. {{ .LinkTitle }}
  4. {{ end }} {{ end }}
{{ end }} {{ end }} {{ else }} {{ $tags := .Params.Tags }} {{ $related := newScratch }} {{ $related.Add "pages" slice }} {{ $globalTags := .Site.Taxonomies.tags }} {{ range $tagname, $tagitem := $globalTags }} {{ range $tag := $tags }} {{ if eq (lower $tag | urlize) $tagname }} {{ range first 3 $tagitem.Pages }} {{ if and (not ($related.Get .Permalink)) (not (eq $this .Permalink)) }} {{ $related.Add "pages" . }} {{ $related.Set .Permalink $tag }} {{ end }} {{ end }} {{ end }} {{ end }} {{ end }} {{ if gt (len ($related.Get "pages")) 0 }}

Related articles:

{{ end }} {{ end }} {{ if .Params.canonicalUrl }}

This post originally appeared at {{ .Title }}

{{end}}
{{ if not .Params.noads }}
 
{{ partial "_shared/banner.html" }}
 
{{ end }}