diff options
author | mms <git@sapka.me> | 2024-12-03 21:54:54 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-12-03 21:54:54 +0100 |
commit | deac28735f843aa4a2bcab309b343caa2bfffbb1 (patch) | |
tree | e9ac45e0c59e64a2bf56affb5203cb8c1aed54c9 /themes | |
parent | 1fa238ef9c2044b28853b49f347bd8afd0683c2d (diff) |
links
Diffstat (limited to 'themes')
-rw-r--r-- | themes/24-unification/layouts/_default/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/24-unification/layouts/_default/index.html b/themes/24-unification/layouts/_default/index.html index b168a8e..591f7f8 100644 --- a/themes/24-unification/layouts/_default/index.html +++ b/themes/24-unification/layouts/_default/index.html @@ -18,6 +18,7 @@ <p> Nothing here was created with the use of GenAI. </p> +<p> {{ range where .Site.RegularPages.ByDate.Reverse ".Params.nolist" "<>" true }} {{$newDate := .PublishDate.Format "2006"}} @@ -33,6 +34,7 @@ {{ $oldDate = $newDate }} {{ end }} +</p> </div> </article> {{ end }} |