Skip to content

Commit 0e4df83

Browse files
authored
Change gitcdn link (alshedivat#234)
gitcdn.link was quite slow. Use alternate link at gitcdn.xyz.
1 parent 4849b5a commit 0e4df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<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">
2626

2727
<!-- Code Syntax Highlighting -->
28-
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" />
28+
<link rel="stylesheet" href="https://gitcdn.xyz/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" />
2929

3030
<!-- Styles -->
3131
{% if site.icon != empty %}

0 commit comments

Comments
 (0)