{% include '_head.md' %} {% if commits %} | Message | Branches/Tags | Date | |---------|---------------|------| {%- for commit in commits %} | [{{ commit.summary }}](/{{ content_subdir}}/{{ commit.hexsha }}/) | {% if commit.refs %}{{ commit.refs | join(', ') }}{% endif %} | {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} |{% endfor %} {% else %} No commits found. {% endif %}