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 756a139 commit 55a68b3Copy full SHA for 55a68b3
_includes/head.html
@@ -34,7 +34,7 @@
34
<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">
35
36
<!-- Code Syntax Highlighting -->
37
-<link rel="stylesheet" href="https://gitcdn.xyz/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" />
+<link rel="stylesheet" href="{{ '/assets/css/github.css' | relative_url }}">
38
39
<!-- Styles -->
40
{% if site.icon != empty %}
0 commit comments