diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 509e60a4..05df57a8 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -76,7 +76,8 @@ {{ end }} {{ end }} {{- range first 5 $paginator.Pages -}} - {{ if ne .Params.featured true }} + {{ $article_age := sub now.Unix (int .Date.Unix) }} + {{ if and (ne .Params.featured true) (ge $article_age "1209600") }}

{{- .Title -}}