Change style.css version to force stylesheet cache reload
Fix documentation links rendering
This commit is contained in:
parent
5871fa6dca
commit
7c595fe883
2 changed files with 3 additions and 3 deletions
|
|
@ -135,8 +135,8 @@ function generateDocCommentsHTML(symbolDocComments, version) {
|
|||
result += '</ul>';
|
||||
}
|
||||
}
|
||||
result += '</ul>';
|
||||
}
|
||||
result += '</ul>';
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<title>{{title}}</title>
|
||||
<meta name="description" content="Elixir Cross Referencer - Explore source code in your browser - Particularly useful for the Linux kernel and other low-level projects in C/C++ (bootloaders, C libraries...)">
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
||||
<link rel="stylesheet" href="/style.css?v=3">
|
||||
<link rel="stylesheet" href="/style.css?v=4">
|
||||
<link rel="stylesheet" href="/banner.css">
|
||||
<link rel="stylesheet" href="/autocomplete.css">
|
||||
<base href="{{baseurl}}"/>
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
</footer>
|
||||
</div>
|
||||
<script src="/script.js?v=3"></script>
|
||||
<script src="/dynamic-references.js"></script>
|
||||
<script src="/dynamic-references.js?v=2"></script>
|
||||
<script src="/autocomplete.js" project="{{project}}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue