Back to Vector

Blog Post Card

website/layouts/_default/blog-post-card.html

0.55.0583 B
Original Source

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

[

{{ .Title }} {{ $date }} · {{ .ReadingTime }} min read {{ with .Description }}

{{ . }}

{{ end }} {{/* Author(s) info */}} {{ partial "author-with-avatar.html" . }} {{ with .Params.badges }} {{ partial "badge.html" (dict "rounded" true "large" true "prefix" "type" "word" .type "color" "indigo" "inline" true) }} {{ range .domains }} {{ partial "badge.html" (dict "rounded" true "large" true "prefix" "domain" "word" . "color" "green" "inline" true) }} {{ end }} {{ end }} ]({{%20.RelPermalink%20}})