Kai Chen
Kai Chen
### Expected behavior: Ad blocking installs properly. ### Actual Behavior: Fails with following error: ``` fatal: [157.245.189.107]: FAILED! => {"msg": "The conditional check 'streisand_ad_blocking_enabled' failed. The error was: error while...
Use jinja2schema to validate templates when `--validate-templates` is passed in. Closes https://github.com/thanethomson/statik/issues/99
When running statik directly, one has to call it with `python -m statik.cmdline`. Preferably this should just be `python -m statik`.
The site in `examples/blog` does not have working hyperlinks for some of the tags. See deployed site: https://5bfb9b11792f895827ef832e--jolly-noyce-463b1a.netlify.com/2016/06/30/html-content-test/. Clicking on the 'software' tag doesn't do anything.
Add environment variables to context so they may be used in views. Closes https://github.com/thanethomson/statik/issues/72 Alternatively, instead of passing all env variables in, I think statik could use an environment variable...
Currently, the Javascript in `status.html` takes up a good amount of the file. As we add more features to the site, this size will inevitably grow. Move the Javascript out...
`` in `status.html` could be improved on. This project deserves a better description than that. Could be a Newcomer issue.
### Summary Fixes 3 flaky tests related to https://github.com/aws/aws-sdk-java-v2/issues/3658 using the same approach as in https://github.com/slackhq/astra/pull/880 ### Requirements * [x] I've read and understood the [Contributing Guidelines](CONTRIBUTING.md) and have done...