mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-03 11:15:02 -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 %}
|