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

12 lines
223 B
HTML

# {{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 -%}