diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:19:04 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:19:04 -0400 |
| commit | 13a42d8eede0066509215b94b7ecae06e0d4a684 (patch) | |
| tree | acb2d67c97d28cdba0ef713d728f2c5dc1ca46ea /mkdocs.yml | |
| parent | 435f5c45e9711953bea0a7c403b8e687987589b3 (diff) | |
aws s3 caching stinks for css, force invalidation with http query value
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ site_author: 'Vector 35 LLC' site_favicon: 'favicon.ico' google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] use_directory_urls: True -extra_css: ['docs.css'] +extra_css: ['docs.css?1492471077'] theme_dir: 'mkdocs-material/material' copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC' |
