add mdbook example
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# {{name}} -- Overview
|
||||
|
||||
{{metadata.description}}
|
||||
|
||||
## Recent commits (10 of {{history | length}})
|
||||
|
||||
{% for entry in history -%}
|
||||
{% if loop.index0 < 10 -%}
|
||||
- {{entry.short_hash}}: {{entry.summary}}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
Reference in New Issue
Block a user