add mdbook example

This commit is contained in:
Trevor Bentley
2023-01-15 18:27:18 +01:00
parent 88e76d788c
commit a5e01d22f5
9 changed files with 106 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# {{name}} -- Branches
| Branch | Hash | Summary |
| --- | --- | --- |
{% for entry in branches | sort(attribute="ts_utc") | reverse -%}
| {{entry.ref_name}} | {{entry.short_hash}} | ({{entry.summary}}) |
{% endfor -%}