Added openstreetmap stat

This commit is contained in:
Brandon Rozek 2024-01-01 23:01:55 -05:00
parent 389b8c6f3d
commit 88e4a3d97d
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -76,6 +76,14 @@
{{ end }}
</td>
</tr>
<tr>
<td>Total OpenStreetMap Edits</td>
<td>
{{ $data := getJSON "https://api.openstreetmap.org/api/0.6/user/16068861.json" }}
{{ $data.user.changesets.count }}
</td>
</tr>
</table>
{{ $grouped := $posts.GroupByDate "2006" }}