summaryrefslogtreecommitdiffstats
path: root/templates/commit.md
blob: fcf57b7991d2e7d8a0aef0272b55022f0a7717e9 (plain)
1
2
3
4
5
6
7
8
9
{% include '_head.md' %}

**Commit**: {{ commit.hexsha }}  
**Author**: {{ commit.author }}  
**Date**: {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }}  

```
{{ commit.message }}
```