diff options
Diffstat (limited to 'templates/log.md')
| -rw-r--r-- | templates/log.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/log.md b/templates/log.md index 70f719f..1949cf2 100644 --- a/templates/log.md +++ b/templates/log.md @@ -4,7 +4,7 @@ | Message | Branches/Tags | Date | |---------|---------------|------| {%- for commit in commits %} -| {{ commit.summary }} | {% if commit.refs %}{{ commit.refs | join(', ') }}{% endif %} | {{ commit.committed_datetime.strftime('%Y-%m-%d %H:%M:%S') }} |{% endfor %} +| [{{ 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 %} |