diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html index 0a8f777..1b776be 100644 --- a/layouts/partials/article/components/details.html +++ b/layouts/partials/article/components/details.html @@ -7,10 +7,10 @@ {{ if and $image.exists $image.resource }} {{- $imageRaw := $image.resource | resources.Fingerprint "md5" -}} {{- $20x := $imageRaw.Fill "20x20 smart" -}} - {{ . | humanize }} {{ else }} - {{ . | humanize }} + {{ . | humanize }} {{ end }} {{ end }} diff --git a/layouts/partials/article/components/footer.html b/layouts/partials/article/components/footer.html index 9787f8f..102bc4a 100644 --- a/layouts/partials/article/components/footer.html +++ b/layouts/partials/article/components/footer.html @@ -2,7 +2,7 @@ {{ with $tags := .Params.Tags }} {{ end }} diff --git a/layouts/partials/widget/archive.html b/layouts/partials/widget/archive.html index 22b3236..1dae730 100644 --- a/layouts/partials/widget/archive.html +++ b/layouts/partials/widget/archive.html @@ -12,7 +12,7 @@ {{ range first .Site.Params.widgets.archive.limit ($archive) }} {{ $id := lower (replace .Key " " "-") }}