Add git-heatmap if activity.json present

This commit is contained in:
Alex Selimov 2026-05-11 22:54:34 -04:00
parent 763404516a
commit e66b0692c2
4 changed files with 12 additions and 0 deletions

View file

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