From fac301df9165b0e38729b2db79f84d0c1afd1a6b Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Fri, 27 Jun 2025 09:33:44 -0700 Subject: [PATCH] chore: Remove changelog-date from partial and move to theme --- layouts/partials/changelog-date.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 layouts/partials/changelog-date.html diff --git a/layouts/partials/changelog-date.html b/layouts/partials/changelog-date.html deleted file mode 100644 index 68c64d62f..000000000 --- a/layouts/partials/changelog-date.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ $changelogContent := readFile "content/nginx-one/changelog.md" }} -{{ $maxNumLogs := 3 }} -{{ $headings := first $maxNumLogs (findRE `(?m)^##\s(.+)$` $changelogContent) }} - \ No newline at end of file