add mdbook example
This commit is contained in:
@@ -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 -%}
|
||||
Reference in New Issue
Block a user