We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b00c8c commit aba9867Copy full SHA for aba9867
templates/rustdoc.hbs
@@ -4,7 +4,7 @@
4
{{{content.rustdoc_head}}}
5
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css" type="text/css" media="all" />
6
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css" media="all" />
7
- <link rel="stylesheet" href="/style.css" type="text/css" media="all" />
+ <link rel="stylesheet" href="/style.css?{{cratesfyi_version_safe}}" type="text/css" media="all" />
8
</head>
9
<body>
10
{{> navigation}}
0 commit comments