/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/source/static_files.html
4 строки
161 B
Parker Moore
generated site tests: put the static file mod time through a date filter
14 апр 2015, 21:52
14 апр 2015, 21:52
00aa295
Код
Авторство
О чём код?
--- --- {% for file in site.static_files %} - {{ file.path }} last edited at {{ file.modified_time | date:"%H:%m" }} with extname {{ file.extname }}{% endfor %}