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

8 lines
220 B
HTML

# {{name}} -- Branches
| Branch | Hash | Summary |
| --- | --- | --- |
{% for entry in branches | sort(attribute="ts_utc") | reverse -%}
| {{entry.ref_name}} | {{entry.short_hash}} | ({{entry.summary}}) |
{% endfor -%}