UNPKG
jekyll
Version:
latest (3.0.0-beta1)
3.0.0-beta1
A blog-aware, static site generator in Ruby
github.com/jekyll/jekyll
jekyll/jekyll
jekyll
/
test
/
source
/
static_files.html
5 lines
(4 loc)
•
146 B
HTML
View Raw
1
2
3
4
5
---
---
{
%
for
file
in
site.static_files
%
}
-
{{
file.path
}}
last
edited
at
{{
file.modified_time
}}
with
extname
{{
file.extname
}}{
%
endfor
%
}