From 2e21862b9aba96cc18bb0861b17b65671aee74fe Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 12 May 2026 09:21:55 -0400 Subject: [PATCH] Remove the file check so heatmap renders even if activity.json not present at build time --- layouts/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index cb73b38..8d7b9b0 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,9 +16,7 @@

All posts →

Activity map

- {{ if fileExists "static/activity.json" }} - {{ partial "git-heatmap.html" . }} - {{ end }} + {{ partial "git-heatmap.html" . }} {{ end }}