mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
7 lines
118 B
HTML
7 lines
118 B
HTML
---
|
|
---
|
|
|
|
{% for file in site.static_files %}
|
|
- {{ file.path }} last edited at {{ file.modified_time }}
|
|
{% endfor %}
|