Add git-heatmap if activity.json present
This commit is contained in:
parent
763404516a
commit
e66b0692c2
4 changed files with 12 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue