Back to Vector

{{ .Title | markdownify }}

website/layouts/partials/blog/content.html

0.55.0325 B
Original Source

{{ $date := .Date | dateFormat "January 2, 2006" }} {{ $noindex := .Params.noindex }}

{{ partial "breadcrumb.html" . }}

{{ .Title | markdownify }}

{{ with .Description }}

{{ . | markdownify }}

{{ end }} {{ $date }} · {{ .ReadingTime }} min read

{{ partial "author-with-avatar.html" . }}

{{ .Content }}