Skip to content

Commit d9547cc

Browse files
authored
fix broken ref for pygments-css
1 parent 434f473 commit d9547cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<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">
1313

1414
<!-- Code Syntax Highlighting -->
15-
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" />
15+
<link rel="stylesheet" href="https://combinatronics.io/jwarby/pygments-css/master/github.css" />
1616

1717
<!-- Styles -->
1818
{% if site.icon != empty -%}

0 commit comments

Comments
 (0)