{{ .Title }}
          {{ partial "icon.html" (dict "ctx" $ "name" "calendar") }}
          {{ .PublishDate.Format "Jan 2, 2006" }}
        
        
          {{ partial "icon.html" (dict "ctx" $ "name" "clock") }}
          {{ .ReadingTime }} min read
        
        {{- with .Params.tags -}}
        
          {{ partial "icon.html" (dict "ctx" $ "name" "tag") }}
          {{ range . -}}
            {{- with $.Site.GetPage (printf "/%s/%s" "tags" . ) -}}
              {{ .Title }}
            {{- end -}}
          {{- end -}}
        
        {{- end -}}
      
      {{ .Content }}
    
    
      {{ template "_internal/disqus.html" . }}