diff --git a/site/_docs/static_files.md b/site/_docs/static_files.md index 00afbaec..df12acf1 100644 --- a/site/_docs/static_files.md +++ b/site/_docs/static_files.md @@ -26,7 +26,7 @@ following metadata:

file.path

- The relative path to the file. + The relative path to the file, e.g /assets/img/image.jpg

@@ -34,7 +34,15 @@ following metadata:

file.modified_time

- The `Time` the file was last modified. + The `Time` the file was last modified, e.g 2016-04-01 16:35:26 +0200 + +

+ + +

file.name

+

+ + The string name of the file without the extension, e.g. image for image.jpg