fix path to primer.css in template

This commit is contained in:
james
2020-10-09 10:04:39 +01:00
parent de42906785
commit 6d78c7b46e

View File

@@ -31,7 +31,7 @@
<title>CodeQL docs</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/primer.css', 1) }}" type="text/css" />
{% endblock %}