commit b61039c8de5e6ca67276e0e20159e7d59d49dbea Author: Damian Johnson atagar@torproject.org Date: Fri Jul 18 09:25:21 2014 -0700
Drop references to print.css and theme_extras.js
Our Haiku theme has references to a print.css and theme_extras.js but those resources don't exist. Caught thanks to a quick run of the W3C broken link checker...
Line: 29 https://stem.torproject.org/_static/theme_extras.js Status: 404 Not Found
Line: 15 https://stem.torproject.org/_static/print.css Status: 404 Not Found --- docs/_templates/layout.html | 2 -- 1 file changed, 2 deletions(-)
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5f60231..00caace 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -8,8 +8,6 @@ :license: BSD, see LICENSE for details. #} {% extends "basic/layout.html" %} -{% set script_files = script_files + ['_static/theme_extras.js'] %} -{% set css_files = css_files + ['_static/print.css'] %}
{# do not display relbars #} {% block relbar1 %}{% endblock %}
tor-commits@lists.torproject.org