diff options
Diffstat (limited to 'templates/tree.md')
| -rw-r--r-- | templates/tree.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tree.md b/templates/tree.md index 654c9d0..7a891ab 100644 --- a/templates/tree.md +++ b/templates/tree.md @@ -4,7 +4,7 @@ | Name | Last modified | |------|---------------| {%- for entry in entries %} -| {{ entry.name }} | {% if entry.modified %} {{ entry.modified.strftime('%Y-%m-%d %H:%M:%S') }} {% endif %} |{% endfor %} +| [{{ entry.name }}](/{{ subdir }}/{{ entry.name}}) | {% if entry.modified %} {{ entry.modified.strftime('%Y-%m-%d %H:%M:%S') }} {% endif %} |{% endfor %} {% else %} No files. {% endif %} |