Sha256: 31b565deeed92f5db6631427147b2f9503abaa78b8633e65a4789ff895cfa522
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
{%- assign files = site.static_files | where: "extname", ".html" -%} {%- if files.size > 0 %} <ul> {%- for file in files -%} {%- assign path = file.path | remove_first: page.url | remove_first: "/index.html" %} <li> <a href="{{- path | append: "/" -}}">{{- path -}}</a> </li> {%- endfor %} </ul> {%- endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-plain-0.3.0 | _includes/static-file-list.html |