Static Files
In addition to renderable and convertible content, we also have static files.
A static file is a file that does not contain any YAML front matter. These include images, PDFs, and other un-rendered content.
They’re accessible in Liquid via site.static_files
and contain the
following metadata:
Variable | Description |
---|---|
|
The relative path to the file. |
|
The `Time` the file was last modified. |
|
The extension name for the file, e.g.
|