We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea9aec commit 1bc2aa6Copy full SHA for 1bc2aa6
_includes/head.html
@@ -14,7 +14,7 @@
14
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">
15
16
<!-- Code Syntax Highlighting -->
17
- <link rel="stylesheet" href="https://combinatronics.io/jwarby/pygments-css/master/github.css" media="" id="highlight_theme_light" />
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/pygments-css/github.css" media="" id="highlight_theme_light" />
18
19
{% if page.toc and page.toc.sidebar %}
20
<!-- Sidebar Table of Contents -->
0 commit comments