Files
itsy-gitsy/examples/mdbook/templates/history.html
T
2023-01-15 18:27:18 +01:00

8 lines
145 B
HTML

# {{name}} -- Commits
| Hash | Summary |
| --- | --- |
{% for entry in history -%}
| {{entry.short_hash}} | ({{entry.summary}}) |
{% endfor -%}