Remove the file check so heatmap renders even if activity.json not present at build time

This commit is contained in:
Alex Selimov 2026-05-12 09:21:55 -04:00
parent d30f0884a1
commit 2e21862b9a

View file

@ -16,9 +16,7 @@
<p><a href="/posts/">All posts →</a></p>
<h2> Activity map</h2>
{{ if fileExists "static/activity.json" }}
{{ partial "git-heatmap.html" . }}
{{ end }}
</content>
{{ end }}