mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 00:03:38 -05:00
16 lines
140 B
Handlebars
16 lines
140 B
Handlebars
{{> header}}
|
|
|
|
{{#each commitGroups}}
|
|
|
|
{{#if title}}
|
|
### {{title}}
|
|
|
|
{{/if}}
|
|
{{#each commits}}
|
|
{{> commit root=@root}}
|
|
{{/each}}
|
|
{{/each}}
|
|
|
|
|
|
|