diff --git a/README.md b/README.md
index 1de4be1..9c6a8f0 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ You can also filter the assets by:
- `tag`: Filter the assets by a specific tag
- `q`: A query string to filter the assets by filename, e.g. `q=ubuntu` will return all the assets with `ubuntu` in their filename
- `type`: The type of the asset, e.g. `type=png` will return all the assets with the `png` extension
+- `include_deprecated`: Whether to include or not the deprecated assets. Default is `false`
##### Pagination
@@ -227,4 +228,4 @@ As the server only uses a basic token for authentication, it is paramount that i
## Caching
-The server is intended to be run in production behind a caching layer (e.g. [squid cache](http://www.squid-cache.org/)). And as the server stores assets by default with a unique hash corresponding to the file's contents (e.g. a2f56da4-some-image.png
), the cache expiration time should be as long as possible to maximise performance.
+The server is intended to be run in production behind a caching layer (e.g. [squid cache](http://www.squid-cache.org/)). And as the server stores assets by default with a unique hash corresponding to the file's contents (e.g. ``a2f56da4``-some-image.png`
`), the cache expiration time should be as long as possible to maximise performance.
diff --git a/templates/_asset-list.html b/templates/_asset-list.html
index ffff6d7..59abd46 100644
--- a/templates/_asset-list.html
+++ b/templates/_asset-list.html
@@ -1,4 +1,10 @@
-