diff --git a/layouts/partials/components/meta/index.html b/layouts/partials/components/meta/index.html index 68d77f2..1fe4dd0 100644 --- a/layouts/partials/components/meta/index.html +++ b/layouts/partials/components/meta/index.html @@ -1,14 +1,18 @@
{{ .Date | time.Format ":date_medium" }} - · + {{ if eq .Kind "page" }} {{ range .Params.tags }} - {{ . }} · + {{ . }} + {{ end }} + + {{ if ge .ReadingTime 1 }} + · + + {{ printf "%d min. read" .ReadingTime }} + {{ end }} - - {{ printf "%d min. read" .ReadingTime }} - {{ else }} {{ $count := len .Pages }}