at 22e2605
# {{ commit.subject }} => ../index.gmi Log Author: {{ commit.author_name }} Date: {{ commit.datetime_display }} Hash: {{ commit.hash }} {% for parent in commit.parents %} => ../commit/{{ parent.hash }}.gmi Parent {{ parent.hash_short }} {% endfor %} {% if commit.body %} {{ commit.body }} {% endif %} {% for file in changed_files %} ## {{ file.path }} ({{ file.status }}) ```diff {% for line in file.diff_lines %}{{ line.content }} {% endfor %}``` {% endfor %}