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 1addda3 commit 7275b87Copy full SHA for 7275b87
tmpl/head.tmpl
@@ -19,9 +19,11 @@
19
<link type="text/css" rel="stylesheet" href="https://jmblog.github.io/color-themes-for-google-code-prettify/themes/tomorrow-night.min.css">
20
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
21
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
22
+ <link type="text/css" rel="stylesheet" href="<?js= betterDocs.css ?>">
23
<script async defer src="https://buttons.github.io/buttons.js"></script>
24
25
<?js if (betterDocs.head) { ?>
26
<?js= betterDocs.head ?>
27
<?js } ?>
-</head>
28
+</head>
29
+
0 commit comments