mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-10 07:28:07 -05:00
5 lines
161 B
HTML
5 lines
161 B
HTML
---
|
|
---
|
|
{% for file in site.static_files %}
|
|
- {{ file.path }} last edited at {{ file.modified_time | date:"%H:%m" }} with extname {{ file.extname }}{% endfor %}
|